GLOBAL

From ICE Enterprises
Jump to navigation Jump to search

declare results names as global to the macro

<name 1:N>  - Results names to make global

This command creates entries in this macro level's results table.  For
example, the command:

  GLOBAL  global_value
  RES     global_value "global_value"

will make the result GLOBAL_VALUE global and therefore accessible outside of
this macro.  The GLOBAL command needs to be executed before the result value
is created. 

The /PARENT switch will cause the result names to be available to the
declaring macro and its parent only.

Switches:

 /PARENT  - only go up one level to the parent macro
 /READALL - allows macro transparent READ access to all parent macro results