ARRAY_SET
Sets the value of an item in an array.
Description
Sets the value of a specific item in an array. If the array was not defined previously, then this command will create the array, and then set the specified item's value.
Syntax
ARRAY_SET [Array name] [Item index] [Item value]
Command parameters
| Command parameter | Assignment | Value format | Input options |
|---|---|---|---|
| Array name | Required | String | Local, variable |
| Item index | Required | Integer | Local, variable |
| Item value | Required | String, integer, float | Local, variable |