Fixed Loop

Summary

Executes a series of commands a fixed number of times.

Properties

System

NameExplanationType
StartThe starting value.Variable or Value
EndThe (inclusive) target value.Variable or Value
IncrementThe amount to increment the starting value each loop.Variable or Value
CommandsThe commands to execute per loop.Script?

Note: For programmers, this is the equivalent of a for loop.