Difference between revisions of "NsType"

From Wiki
Jump to: navigation, search
Line 21: Line 21:
 
==== See Also ====
 
==== See Also ====
 
{|
 
{|
| Width=200px | [[Var_nsName|#nsName]]
+
| Width=150px | [[Var_nsName|#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]]
 
|}
 
|}
 
----
 
----

Revision as of 19:35, 10 August 2005

#nsType

Namespace System Variables

Description

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