Hi guys, I've blocked on something, very stupid, i think, i got a problem with arrays.
I tried to fill an array like this
[declaring int i = 1 ]
system -> for (i) from 0 to 100 => Array value at (i) to 9999.
i've tried to add action (add 1 to 'i' ) but it goes to -> infinity (it doesn't stopped at 100 )
So, if I would like to fill an array (x-axis) with 9 with an for how should i do it ?
** YES, YES, i've red the 'loop' tutorials, thank you.
*** Can i somehow use the for and fill it with a variable without using another variable to 'scroll' the array ?
Thanks