Global methods for variables
These global methods modify the values of variables.
Increment method
This method increases the value of a variable.
Argument | Description |
---|---|
VariableToModify | Variable for which to increment the value |
Delta | Value of increase of a variable |
ArrayIndex | (Only for array) Cell to modify |
Set method
This method sets the value of a variable.
Argument | Description |
---|---|
VariableToModify | Value to modify |
Value | Value to set |
ArrayIndex | (Only for array) Cell to be modified |
Toggle method
This method alternates the value of a Boolean variable.
Argument | Description |
---|---|
VariableToModify | Variable for which to alternate the value |
ArrayIndex | (Only for array) Cell to modify |
Provide Feedback