Hello
i have small problem...
mine array is set at 10:2:1 and looks like this:
0 (7,X)
1 (0,0)
2 (9,Z)
etc...
How do i set loop through array at Y and dump all thats not 0 to my variable?
I can do this for X but cant get it right when only Y is needed...
thanks!!!