GetVariable

Checks whether the specified variable exists and, if so, returns its value. If the variable does not exist, no further action is taken, and no error message is shown.

SYNTAX
GetVariable(varName) 
ARGUMENTS columnName Name of the variable
RETURN Value of the variable
EXAMPLE
Forename = GetVariable("ModusUser.Forename")