Hi,
I have the following array : {{borderlines},{loriners},{resolver,solderer},{orderlies},{blinders,brindles}}
and would like to get a single array with all the items {borderlines, loriners, resolver,solderer,orderlies,blinders,brindles}.
The order of items in the final array is not important.
I know how to do it with “repeat” statements, but I am sure there is a better way (especially when the number of items involved is much greater than in the example here above).
Any idea ?
Thanks in advance,
Nicolas