HELP
A menu item.

USE
Use Globals to access the following objects
which set and get the values of global
variables.
* Set Global
* Get Global

LOCATION
Data ==> Globals ==>

NOTES
A global variable that is defined in one
context of a model can be used in any other
context within the model.  For example, you
can define a global variable with a Set
Global object in the root context of the
model, and then include a Get Global to get
that global variable in a UserObject.  You
need to avoid name conflicts throughout the
model:
* If two or more Set Global objects attempt
to set the same global variable (with the
same name), the current value will be
overwritten as each Set Global executes.
This may result in unexpected behavior.
* If a there is a local input variable with
the same name as a global variable, the local
variable will take precedence.

For further information, refer to "Using
Global Variables in UserObjects" in chapter 6
of Using HP VEE|, and to "Using Global
Variables in Expressions" in chapter 3 of
the HP VEE Reference manual.

SEE ALSO
Get Global, Set Global, and View Globals.
