NsType

From Wiki
Revision as of 19:26, 10 August 2005 by Kedrick Valorite (Talk | contribs)

Jump to: navigation, search

#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

Main_Page Documentation Namespace System Variables