Hello,
All is said in the title… Is there any step instruction in prorealtime that we can add to the instruction For… to…
For example :
For i = 1 to 12 step 3 do
i would be equal to 1 then 4, then 7, then 10… instead of 1, 2, 3, 4, etc without step instruction
JSParticipant
Senior
Hi Lucas,
You can use the “while” instruction…
Yes i know. I was just wandering if PRT planed to add “step” instruction in the futur