Combine (merge) N array's respectively A,B,C,D,...
into a ABCD...
array.
For example the 4 array's
[A1,A2,A3...]
[B1,B2,B3...]
[C1,C2,C3...]
[D1,D2,D3...]
are combined into
[A1,B1,C1,D1,A2,B2,C2,D2,A3,B3,C3,D3,...]
Nth array array [A1,A2,A3,...]
Output array [A1,B1,C1,D1,A2,B2,C2,D2,A3,B3,C3,D3...]
version 5.2.221206
Edit All Pages