Description | Declare global variables (variables that are available to all procedures). That is, a global variable may be used by any expression written in any/all target field expressions for any/all target fields. |
Syntax | Global variablename |
Arguments | variablename - Name of a variable. |
Example | Global x x = 7 |