|
Loop Array
Loops through each element in an array.
Parameters
-
Array name Specifies the name of the array to be enumerated.
-
Loop direction Specifies the direction of looping.
-
Populate variable with current value Specifies a variable to fetch the elements' value in each successive loop.
-
Populate variable with current index number Specifies a variable to store the index number (based on zero).
Notes
|