Global Methods: VariablesΒΆ
Introduction
The global methods described below modify the values of the variables.
Increment method
Function: increases the value of a variable.
Input arguments
Argument |
Description |
---|---|
VariableToModify |
Variable for which to increment the value |
Delta |
Value of increase of a variable |
ArrayIndex |
(Only for array) Cell to be modified |
Set method
Function: sets the value of a variable.
Input arguments
Argument |
Description |
---|---|
VariableToModify |
Variable to be modified |
Value |
Value to be set |
ArrayIndex |
(Only for array) Cell to be modified |
Toggle method
Function: alternates the value of a Boolean variable.
Input arguments
Argument |
Description |
---|---|
VariableToModify |
Variable for which to alternate the value |
ArrayIndex |
(Only for array) Cell to be modified |