Was this helpful?
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”.
Last modified date: 02/09/2024