Difference between revisions of "NsName"

From Wiki
Jump to: navigation, search
(Description)
Line 5: Line 5:
 
{{ro}}
 
{{ro}}
  
Holds the name of the currently active namespace.
+
Holds the name of the currently active [[namespace]].
  
 
==== Example ====
 
==== Example ====

Revision as of 01:25, 16 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