Commands /
Array Operations
OVERVIEW
Sets or changes an array stored in a Variable.
Array
The reference to the array to alter.
Get / Set
Get - Gets information from the array.
Set - Sets information in or on the array.
Access Index / Count
Access Index - Targets the individual components inside of an array.
Count - Targets the size of an array.
PROPERTIES
Name | Explanation | Type |
---|---|---|
Type | The target local or global variable, including ranges. | Variable |
Operator | The operation to perform on the selected variables. | Variable Operator |
Value Type | The type of value source, either a variable, value, random, global reference, or local reference. | Variable Source |
Value | The corresponding value to the Value Type. | Number, String, or Variable |
Note: Global or Local Reference attempt to use a global or local variable to get an index to apply the operation to.
EXAMPLE
Example 1: If a global reference is set to global Variable 001, which currently has a value of 60, the local or global variable at index 60 will be set to whatever value/operation has been specified.