Sets the value of an integer variable.
0 |
String |
Name |
The name of the integer variable to set. |
1 |
Integer |
Value |
The value to set the variable to. |
None.
SUCCESS |
The value was set successfully. |
FAILURE |
An invalid variable name was provided. |
None.