Difference between revisions of "Category:Namespace Variables"

From Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
[[Category: System Variables]]
 
[[Category: System Variables]]
The namespace system variables hold information about the currently active [[nameSpace local|local]] or [[NameSpace global|global]] namespace.
+
Dictionary.com defines a nameSpace as: A set of names in which all names are unique.
 +
 
 +
in EasyUO terms, a nameSpace is a discreet area of memory that is used for user variables. Within a single nameSpace, each variable is unique regardless of weather the name has been used elsewhere. variables that are created inside a namespace therefore cannot be accessed from outside the nameSpace.
 +
 
 +
NameSpaced user variables are prefixed with an exclamation point character (!).
 +
 
 +
The nameSpace system variables hold information about the currently active [[nameSpace local|local]] or [[NameSpace global|global]] namespace.

Revision as of 01:40, 29 November 2005

Dictionary.com defines a nameSpace as: A set of names in which all names are unique.

in EasyUO terms, a nameSpace is a discreet area of memory that is used for user variables. Within a single nameSpace, each variable is unique regardless of weather the name has been used elsewhere. variables that are created inside a namespace therefore cannot be accessed from outside the nameSpace.

NameSpaced user variables are prefixed with an exclamation point character (!).

The nameSpace system variables hold information about the currently active local or global namespace.

Pages in category "Namespace Variables"

The following 4 pages are in this category, out of 4 total.