newt nope, that what i was thinking also but is as oosyrag says well kinda...
its like this if i remember properly.... no matter which way it is... for u to get
1234
5678
you need to make a loopindex(x)*10 / by something forgot the formula and then u get it one after each other. il be back with it.
edited: i know is been 2 years sorry for bringing it up, but the math i was talking about was
loopindex("x") +loopindex("y") * number of loops for each for example
if you have a
for "x"
from 0 to 4 (which is 5 including 0)
for "y"
from 0 to 4
we then get the value bellow
5 = x.N_horizontal_loops = number of loops on the horizontal lines counting 0 as 1 (so 0 to 4 =5 0 to 11 = 12, this works even if you have loopindex y loops greater than nr of loops of x)
and you will get the following order
0,1,2,3,4
5,6,7,8,9
10,11,12,13,14
15,16,17,18,19
20,21,22,23,24