GetInt The GetInt method returns the value of Integer type variable (passed as parameter to this method).
| LONG GetInt( | ||
| BSTR Name | // The name of the variable | |
| ); | ||
Parameters
Name [in] This is the name of the variable whose value should be obtained.
Return values
The GetInt method returns the Integer variable. In case the specified variable doesn't exist, this method will return "0".
See also
SetInt method, GetValue method, SetValue method, GetBool method