CLEARGO command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
(Automatically generated page update)
Line 14: Line 14:
<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>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 <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>
[[Category: General user commands]]
[[Category: General user commands]]
[[Category:Commands]]
[[Category:Commands]]

Revision as of 01:00, 20 April 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 Model 204 User Language Manual for a description of global objects and positions and the User Language statements and functions that manipulate them.