<-- Back to Commands (Variables)
You can create and populate arrays using the {VAR} and {SET} commands.
You can then step through the values in the array using this command.
Each value will be assigned to the variable specified by the second parameter.
The Key of the current array element will be assigned to the variable named var_KEY.
You can use the {LOOP_COUNT} command to return the current iteration.
This command requires an {END_ARRAY_FOR_EACH} command.
Number | Name | Default | Type | Description |
---|---|---|---|---|
1 | name | String | The name of the array | |
2 | var | String | The name of the Variable you want to assign each value to. |