Programming guide to Unibase

12 : Global variables

Define a global variable

<variable name="variable" Create a new global variable.
          [type="type"] The type of this variable. The default type is a string.
          use="description" A description of the use of this variable.
          local/> This variable is global but only visible from the current module.