Global Definition Symbol

Keystroke: ~ (tilde)

Returns a globally defined variable. Regardless of placement in the worksheet, global definitions supercede other worksheet evaluations or definitions.

Global definitions work exactly like local definitions except that they are evaluated before any local definitions. If you define a variable or function with a global definition, that variable or function is available to all local definitions in your worksheet, regardless of whether the local definition appears above or below the global definition.

Operands:

Notes:

Related Topics