Difference between revisions of "@...CLEAR"

From Recital Documentation Wiki
Jump to: navigation, search
Line 20: Line 20:
 
The @...CLEAR command positions the cursor at the specified row <expN1> and column <expN2> on the screen and then clears the rest of the screen or window from that point downwards.
 
The @...CLEAR command positions the cursor at the specified row <expN1> and column <expN2> on the screen and then clears the rest of the screen or window from that point downwards.
  
The @…CLEAR TO command clears a rectangular area of the screen or window, whose upper-left corner is at <expN1> and <expN2> and bottom left corner is at <expN3> and <expN4>.  If the REVERSE keyword is specified, the area is displayed in reverse video.  If the BOLD keyword is specified, the area is displayed in highlighted reverse video.
+
The @...CLEAR TO command clears a rectangular area of the screen or window, whose upper-left corner is at <expN1> and <expN2> and bottom left corner is at <expN3> and <expN4>.  If the REVERSE keyword is specified, the area is displayed in reverse video.  If the BOLD keyword is specified, the area is displayed in highlighted reverse video.
  
  

Revision as of 14:02, 27 April 2009

Class

Screen Forms


Purpose

Position the cursor on the screen and clear to the end of the screen


Syntax

@<expN1>,<expN2> CLEAR

@<expN1>,<expN2> CLEAR TO <expN3>,<expN4> [BOLD] [REVERSE]


See Also

@...BOX, @...FILL, @...GET, @...MENU, @...PROMPT, @...SAY, @...SCROLL, @...TO, BOLD(), CLEAR, CLEAR SCREEN, COL(), RESTSCREEN(), RESTORE SCREEN, ROW(), SAVE SCREEN, SAVESCREEN()


Description

The @...CLEAR command positions the cursor at the specified row <expN1> and column <expN2> on the screen and then clears the rest of the screen or window from that point downwards.

The @...CLEAR TO command clears a rectangular area of the screen or window, whose upper-left corner is at <expN1> and <expN2> and bottom left corner is at <expN3> and <expN4>. If the REVERSE keyword is specified, the area is displayed in reverse video. If the BOLD keyword is specified, the area is displayed in highlighted reverse video.


Example

@10,0 clear


Products

Recital Mirage Server, Recital Terminal Developer