ClEOL() - Clear characters and attributes to end of line
Clears characters and attributes to the end of a line
──────────────────────────────────────────────────────────────────────────────
Syntax
CLEOL( [<nRow>], [<nCol>]) --> cNull
Arguments
<nRow> is the line to clear. The default is the cursor line.
<nCol> is the column from which to clear. The default is the cursor
column.
Returns
ClEOL() always returns a null string, or "".
Description
ClEOL() is used to clear from the current cursor column position to the
end of the line using a colour setting of "W/N".
This might be useful to those people using monochrome monitors but to
the rest of us it isn't.
Notes
■ This function does not alter the cursor position.
Examples
■ Clear from the current cursor position to the end of the line:
ClEOL()
■ Clear the bottom of the current window from the cursor column
position to the end of the line:
ClEOL( MaxRow() )
Files: Library is MRWINDOW.LIB.