SetVariable
Sets the value of the specified variable.
A map supports named variables which may be set by this function and retrieved using the GetVariable function. This function sets the value of a variable. The data type of the variables is a string; like any other string numeric operations are possible so long as the value is numeric.
Arguments
| Arguments | Definitions | 
|---|---|
| Value | Specify the value of the variable. | 
Properties
| Properties | Definitions | 
|---|---|
| Variable Name | Enter the name of the variable. It can contain alphanumeric values and the following characters: _, -, +, ., #, @. |