Difference between revisions of "NsType"

From Wiki
Jump to: navigation, search
Line 5: Line 5:
 
{{ro}}
 
{{ro}}
  
Holds the type of the currently active namespace. The value wil be either Local or Global
+
Holds the type of the currently active [[namespace]]. The value will be either [[Namespace local|local]] or [[Namespace global|global]]
  
 
''Note: Global namespaces are not currently supported.''
 
''Note: Global namespaces are not currently supported.''

Revision as of 01:22, 16 August 2005

#nsType

Namespace System Variables

Description

Holds the type of the currently active namespace. The value will 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