FOR
FOR action is used for executing dependent actions specified number of times.
Parameters
- Counter name
- String Cycle counter variable name.
- From
- Number or expression. Starting value for the cycle counter.
- To
- Number or expression. Stopping value for the cycle counter.
- Step
- Number or expression. Iteration step for the cycle counter.
- Scope
- Defines scope of the cycle counter variable.
Remarks
Action sequence, which is to be managed by FOR action, must be indented by one position from FOR.