For Loop

Repeats a series of commands once for each key-value pair in an object.

For Loop (F9)

Parameters

Key
Name of the variable in which to store the key at the beginning of each iteration.
Value
Name of the variable in which to store the value associated with the current key.
Array Object
An object which contains an array.

Remarks

The Key and Value variables can be named to any others. Both variables will exist inside the loop (and inner loops), showing each of the values on every iteration.

For Loop

Download example

Examples of Loop commands Assigning and retrieving an Array inside Command Parameters