globalvar
The globalvar subcommand, can be used in place of an argument in a normal command.



"globalvar(global variable)"


Argument Function
global variable The global variable from which the value is being taken.



The var command grabs the value saved in that global variable specified. This variable must been initalized previously with the initvarglobal THEN/ELSE command. Global variables are shared between all objects, as opposed to local variables.