GlobalVar
Qubes 6.6 Returns the value of a global variable.
Syntax
GlobalVar(name[, default])
name = name of the variable whose value you want to retrieve
default = default value to use if the variable is not defined (optional)
Remarks
Provides the value of a global variable at the time of screen compilation.
If the variable does not exist, and no default value has been defined, the function will return #VAL!.
Examples
GlobalVar('myVar', 1) = the value of "myVar" or 1 if not defined