Is it possible to add a “step” instruction to For to (or downto) ?

Forums ProRealTime English forum ProBuilder support Is it possible to add a “step” instruction to For to (or downto) ?

Viewing 3 posts - 1 through 3 (of 3 total)
  • #209713

    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

    #209735
    JS

    Hi Lucas,

    You can use the “while” instruction…

    1 user thanked author for this post.
    #209736

    Yes i know. I was just wandering if PRT planed to add “step” instruction in the futur

Viewing 3 posts - 1 through 3 (of 3 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login