Difference between revisions of "NsName"
From Wiki
(→Description) |
|||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{header|Namespace Variables|ro|Holds the name of the currently active [[nameSpace local|local]] or [[NameSpace global|global]] namespace.}} | |
− | + | ||
− | + | ||
− | + | {{Note|Global namespaces are only available in EasyUO 1.5.}} | |
− | {{ | + | |
− | |||
==== Example ==== | ==== Example ==== | ||
Line 17: | Line 15: | ||
</pre> | </pre> | ||
− | + | ||
− | { | + | =See Also= |
− | + | {{Namespace Variables}} | |
− | + | ||
− | + | ||
− | { | + | |
− | + | ||
− | + |
Latest revision as of 09:23, 7 September 2007
⇒ | Holds the name of the currently active local or global namespace. |
Note: | Global namespaces are only available in EasyUO 1.5. |
Example
if #nsName <> test && #nsType = local { namespace push namespace local test }
See Also
Namespace Variables
#nsName | ⇒ | Returns the name of the currently active namespace |
#nsType | ⇒ | Returns the type of the currently active namespace |