Command Reference : Programming Language Reference
  
 
for
FOR loop in a program.
The for statement is the beginning of a FOR...NEXT loop in a program.
Syntax
for counter=start to end [step stepsize]
[commands]
next
Cross-references
See “The FOR Loop”. See also, exitloop, next, step.