CLEARGO command

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.