For
Alias:For
Output:Unit
Do an action for each value of <i> in a range.
Parameter | Type | Required | Position | Default Value | Summary |
---|---|---|---|---|---|
From | int | ✔ | 1 | The first value of the variable to use. | |
To | int | ✔ | 2 | The highest value of the variable to use | |
Action Do | int | ✔ | 3 | The action to perform repeatedly. | |
Increment | int | 4 | 1 | The amount to increment by each iteration. |