GetVar

Purpose:

Fetches a value that was set with the SetVar() function from the variable repository. The purpose of these functions is to provide a simple buffer for values. You shouldn't execute complex nesting with GetVar/SetVar or combine both functions with each other - especially for header, footer and group lines unexpected effects can occur here.

Parameter(s):

All                Description of variable

Return value:

All

Example:

GetVar ("Page")         Result: contents of "Page", set by SetVar()