Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . The Guide To CA-Clippe - <b>clear screen</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 CLEAR SCREEN
 Clear the screen and home the cursor
------------------------------------------------------------------------------
 Syntax

     CLEAR [SCREEN] | CLS

 Arguments

     SCREEN suppresses the automatic releasing of Get objects from the
     current and visible GetList array when the screen is CLEARed.

 Description

     CLEAR is a full-screen command that erases the screen, releases pending
     GETs, and positions the cursor at row and column zero.  If the SCREEN
     clause is specified, Get objects are not released.

     CLS is a synonym for CLEAR SCREEN.

 Notes

     .  SET KEY and VALID: If you are editing GETs, executing a CLEAR
        within a SET KEY procedure or within a VALID user-defined function
        will abort the active READ when control returns.  To clear the screen
        without CLEARing GETs, use either the CLEAR SCREEN or CLS commands.

 Files:  Library is CLIPPER.LIB.

See Also: @...CLEAR CLEAR GETS SCROLL()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson