Defines the set of objects or values to be assigned to the index variable in a For/Next loop. See For for details and examples.
For Local IndexVar := Eachin value_set~n
Statements...
Next
Eachin provides for a variation of the standard For/Next loop which will iterate through a set of objects or values, such as a list or array.