System Reference Summary : 2. Statements : Exec 4GL Statements for 3GL : Get Global/Set Global Statement
 
Share this page                  
Get Global/Set Global Statement
This statement accesses global variables and constants.
This statement has the following syntax:
exec 4gl get global variable (:var[:ind] = name);
exec 4gl set global variable (name = :var[:ind]);
exec 4gl get global constant (:var[:ind] = name);