User Guide : Using Content Extraction Language : Arrays : Array Iteration
 
Share this page                  
Array Iteration
The for statement can be used to iterate over all the elements of an array. This loop executes its associated statements one time for each subscript in the array. For more information, see “Control Statements”.