Difference between revisions of "NsType"
From Wiki
| Line 21: | Line 21: | ||
==== See Also ==== | ==== See Also ==== | ||
{| | {| | ||
| − | | Width= | + | | Width=150px | [[Var_nsName|#nsName]] || Width=150px | [[nameSpace local]] || Width=150px | [[nameSpace global]] || Width=150px | [[nameSpace clear]] || Width=150px | [[nameSpace push]] || Width=150px | [[nameSpace pop]] || Width=150px | [[nameSpace copy]] |
|} | |} | ||
---- | ---- | ||
Revision as of 18:35, 10 August 2005
#nsType
Namespace System Variables
Description
⇒
Holds the type of the currently active namespace. The value wil be either Local or Global
Note: Global namespaces are not currently supported.
Example
if #nsName <> test && #nsType = local
{
namespace push
namespace local test
}
See Also
| #nsName | nameSpace local | nameSpace global | nameSpace clear | nameSpace push | nameSpace pop | nameSpace copy |
| Main_Page | Documentation | Namespace System Variables |