Difference between revisions of "CLEAR SCREEN"

From Recital Documentation Wiki
Jump to: navigation, search
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Class==
 
Screen Forms
 
 
 
 
==Purpose==
 
==Purpose==
 
Clear the screen
 
Clear the screen
Line 26: Line 22:
  
 
==Products==
 
==Products==
Recital Mirage Server, Recital Terminal Developer
+
Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 +
[[Category:Screen Forms]]
 +
[[Category:Screen Forms Commands]]

Latest revision as of 14:57, 10 November 2009

Purpose

Clear the screen


Syntax

CLEAR SCREEN


See Also

@...CLEAR, CLEAR, CLEAR ALL, CLEAR GETS, CLEAR LOCKS, CLEAR MEMORY, COL(), RESTORE GETS, RESTORE SCREEN, ROW(), SAVE GETS, SAVE SCREEN


Description

The CLEAR SCREEN command resembles the CLEAR command in that it clears the terminal screen and positions the cursor at the top left corner of the screen (0,0). CLEAR SCREEN differs from the CLEAR command in that it does not release all pending GETS issued with the @...GET command.


Example

clear screen


Products

Recital