The Variables object contains the following methods:
Method List
| Name | Description | 
|---|---|
AddVariable | 
Adds a new variable to the collection. | 
GetVariableCategory | 
Returns the variable category. | 
GetVariableDefaultValue | 
Returns the default value of a variable. | 
GetVariableDescription | 
Returns the variable description. | 
GetVariableName | 
Returns the name of the variable specified by its index in the variable collection. | 
GetVariableType | 
Returns the name of the variable type. | 
RemoveVariable | 
Removes the specified variable from the collection. | 
VariableExists | 
Checks to see if a variable with the specified name exists in the given collection. | 
