%getVar()

Aliases%getVar( )
Parametersstring @varName

    Retrieves the value of the variable with name varName that has been assigned
to the script owner. If the variable does not exist then null is returned.

Example:

@lastVisitor = %getVar( lastVisitor )