Hi!
Stupid question I'm sure but I know fastloops start from 1 and go to whatever you specific (ex run loop 32 times).
My question is can you have it start from a number other than 1? Like in the old days if I wanted a loop to run from 5 to 15 I could just write For X = 5 to 15.
I don't want to make all the conditions (fastloop index +5) because I'd have to change a lot, so was hoping I could just change the numbers in that initial fastloop instead.
Thank you for your help!