Retrieves the value of an integer variable.
0 |
String |
Name |
The name of the integer variable to retrieve. |
1 |
Integer |
Value |
The value stored in the specified variable. |
SUCCESS |
The value was retrieved. |
FAILURE |
The specified variable does not exist. |
None.