Difference between revisions of "NsName"
From Wiki
Line 4: | Line 4: | ||
=== Description === | === Description === | ||
{{ro}} | {{ro}} | ||
+ | |||
+ | Holds the name of the currently active namespace. | ||
==== Example ==== | ==== Example ==== | ||
<pre> | <pre> | ||
+ | if #nsName <> test && #nsType = local | ||
+ | { | ||
+ | namespace push | ||
+ | namespace local test | ||
+ | } | ||
</pre> | </pre> | ||
==== See Also ==== | ==== See Also ==== | ||
{| | {| | ||
− | | Width= | + | | Width=150px | [[Var_nsType|#nsType]] || 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:38, 10 August 2005
#nsName
Namespace System Variables
Description
⇒
Holds the name of the currently active namespace.
Example
if #nsName <> test && #nsType = local { namespace push namespace local test }
See Also
#nsType | nameSpace local | nameSpace global | nameSpace clear | nameSpace push | nameSpace pop | nameSpace copy |
Main_Page | Documentation | Namespace System Variables |