Commands /
Change Variable
Summary
Changes the state of a targeted local or global variable.
Parameters
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: If a Global Reference is set to Global Variable 0001, 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.