Expand/Shrink

gSetGlobal

Definition: include xpGUI.e

gSetGlobal(string name, object v)
Description: Sets an attribute in the global environment.

name: name of the attribute.
v: value of the attribute. If it equals NULL, the attribute will be removed.
Notes: Like gSetAttribute(), v can be atom/string/sequence, but when retrieved it will be as decoded and internally stored.

See gGetGlobal() for possible names (those not marked read-only).
See Also: gSetAttribute, gGetGlobal