Difference between revisions of "NsType"

From Wiki
Jump to: navigation, search
Line 19: Line 19:
  
 
</pre>
 
</pre>
==== See Also ====
+
=== See Also ===
 
{|
 
{|
| Width=150px | [[Var_nsName|&#0035;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]]
+
| Width=200px | [[nameSpace local]] || Width=200px | [[nameSpace global]] || Width=200px | [[nameSpace clear]] || Width=200px | [[nameSpace push]] || Width=200px | [[nameSpace pop]] || Width=200px | [[nameSpace copy]] || Width=200px | [[Var nsName|#nsName]]
 
|}
 
|}
 
----
 
----

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

nameSpace local nameSpace global nameSpace clear nameSpace push nameSpace pop nameSpace copy #nsName

Main_Page Documentation Namespace System Variables