CLEARGO command: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
<p>Refer to the SOUL/User Language [[Global features]] topic for a description of global variables and the User Language statements and functions that manipulate them. </p> | <p>Refer to the SOUL/User Language [[Global features]] topic for a description of global variables and the User Language statements and functions that manipulate them. </p> | ||
[[Category: | [[Category: User commands]] | ||
[[Category:Commands]] | [[Category:Commands]] |
Latest revision as of 16:10, 22 March 2017
Summary
- Privileges
- Any user
- Function
- Clears all global objects and positions from GTBL
Syntax
CLEARGO
Syntax notes
The CLEARGO command does not take any arguments.
Usage notes
Global objects (images, screens, menus, lists, foundsets, and remembered positions defined as GLOBAL) are stored in GTBL along with User Language global variables. The CLEARGO command clears GTBL of all but global variables, avoiding its filling and causing a request to terminate. CLEARGO does not clear GTBL global variables.
The CLEARG command clears GTBL global variables.
Refer to the SOUL/User Language Global features topic for a description of global variables and the User Language statements and functions that manipulate them.