Function ClWin() Foundation

Clears (part of) the screen in black.

Syntax
ClWin( [<nTop>]   , ;  // Default: Row()
       [<nLeft>]  , ;  // Default: Col()
       [<nBottom>], ;  // Default: MaxRow()
       [<nRight>]   ;  // Default: MaxCol()
     ) --> cNullString
Description

Note: The cursor position remains unchanged when calling ClWin().

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.