A question about For Loop!

Hi! What math can I do for this module to avoid the ‘Select’ node? I want to increase x loc. by 5 each time.

Put the values in an array :slight_smile:

1 Like

… is this a real question?

Add 5, save the result, provided you use the same variable and save to the same variable it will automatically progress on a x5 table.
Which also means you can just RowInt * 5…

2 Likes

I found it, thanks anyway…

1 - Avoid doing it manually. That’s what mathematics with the combination of Arrays is for.
2 - A picture is worth a thousand words.


1 Like

thanks, that’s better

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.