CLEARGO command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
Line 13: Line 13:
==Usage notes==
==Usage notes==
<p>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.</p>
<p>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.</p>
<p>The CLEARG command clears GTBL global variables.</p>
<p>The [[CLEARG command]] clears GTBL global variables.</p>
<p>Refer to the <var class="book">Model&nbsp;204 User Language Manual</var> for a description of global objects and positions 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: General user commands]]
[[Category: General user commands]]
[[Category:Commands]]
[[Category:Commands]]

Revision as of 15:45, 18 July 2013

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.