Difference between revisions of "@...CLEAR"
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
==Class== | ==Class== | ||
Screen Forms | Screen Forms | ||
Line 17: | Line 14: | ||
==See Also== | ==See Also== | ||
− | [[@...BOX]], [[@...FILL]], [[@...GET]], [[@...MENU]], [[@...PROMPT]], [[@...SAY]], [[@...SCROLL]], [[@...TO]], [[BOLD()]], [[CLEAR]], [[CLEAR SCREEN]], [[COL()]], [[ | + | [[@...BOX]], [[@...FILL]], [[@...GET]], [[@...MENU]], [[@...PROMPT]], [[@...SAY]], [[@...SCROLL]], [[@...TO]], [[BOLD()]], [[CLEAR]], [[CLEAR SCREEN]], [[COL()]], [[RESTSCREEN()]], [[RESTORE SCREEN]], [[ROW()]], [[SAVE SCREEN]], [[SAVESCREEN()]] |
Revision as of 12:26, 24 March 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