VarName | Name of entry in global table. |
Value | What to set variable to. |
set
. This will create a new global if necessary. Also, this will return the current value if no set value is given.You may wish to take a look at the documentation about the XxxDbGlobal commands: About XxxGlobal.
Check this page for info about how to set up Gen for using database-related commands.
% SetDbGlobal MyVar 123
123
% GetDbGlobal MyVar
123