Change Variable

Summary

Changes the state of a targeted local or global variable.

Parameters

NameExplanationType
TypeThe target local or global variable, including ranges.Variable
OperatorThe operation to perform on the selected variables.Variable Operator
Value TypeThe type of value source, either a variable, value, random, global reference, or local reference.Variable Source
ValueThe 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.