Thank you, korbaach!
If you can help me further, I also want to modify each variable, which would seem simple enough but I can't figure out how construct wants me to do it?
For example, as well as moving the numbers I want to add 1 to each first.
So it would go '0,1,2,3,4,5', '0,0,2,3,4,5', '0,0,0,3,4,5', etc*
I am trying to use 'for each X element' along with each tick but it doesn't seem to work?
If I was using basic I'd just have a loop running backwards through the array, making each variable equal to the one just before it, then adding one. And that'd work. But here I have no idea how construct wants me to do this?
* Also latter on I want it to only add if it's below 120. If its at 120, it does nothing. I'm using it as the track of plant growth, with 120 being an adult plant. Each adding of '1' to a plant represents a days worth of growin.