Difference between revisions of "Category:Namespace Variables"
From Wiki
Line 7: | Line 7: | ||
The nameSpace system variables hold information about the currently active [[nameSpace local|local]] or [[NameSpace global|global]] namespace. | The nameSpace system variables hold information about the currently active [[nameSpace local|local]] or [[NameSpace global|global]] namespace. | ||
+ | [[Template:Namespace Variables]] |
Latest revision as of 09:22, 7 September 2007
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. Template:Namespace Variables
Pages in category "Namespace Variables"
The following 4 pages are in this category, out of 4 total.