Difference between revisions of "CLEAR SCREEN"

From Recital Documentation Wiki
Jump to: navigation, search
 
Line 1: Line 1:
=CLEAR SCREEN=
 
 
 
 
==Class==
 
==Class==
 
Screen Forms
 
Screen Forms
Line 15: Line 12:
  
 
==See Also==
 
==See Also==
[[@...CLEAR]], [[CLEAR]], [[CLEAR ALL]], [[CLEAR GETS]], [[CLEAR MEMORY]], [[CLEAR LOCKS]], [[RESTORE SCREEN]], [[SAVE SCREEN]]
+
[[@...CLEAR]], [[CLEAR]], [[CLEAR ALL]], [[CLEAR GETS]], [[CLEAR LOCKS]], [[CLEAR MEMORY]], [[COL()]], [[RESTORE GETS]], [[RESTORE SCREEN]], [[ROW()]], [[SAVE GETS]], [[SAVE SCREEN]]
  
  

Revision as of 15:04, 27 April 2009

Class

Screen Forms


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 Mirage Server, Recital Terminal Developer