Difference between revisions of "NsType"

From Wiki
Jump to: navigation, search
m (Description)
Line 1: Line 1:
__NOTOC__
+
{{header|Namespace|ro|Holds the type of the currently active [[nameSpace local|local]] or [[NameSpace global|global]] namespace.
== #nsType ==
+
'''Namespace System Variables'''
+
=== Description ===
+
{{ro}}
+
 
+
Holds the type of the currently active [[nameSpace local|local]] or [[NameSpace global|global]] namespace.
+
  
  
Line 22: Line 16:
 
</pre>
 
</pre>
  
=== See Also ===
+
{{footer}}
{|
+
| 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]]
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Namespace_Variables|Namespace System Variables]]
+
|}
+

Revision as of 08:20, 27 August 2005

{{header|Namespace|ro|Holds the type 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

Main Page Documentation