xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

ClEol()

Clears characters and colors in a row on the screen.

Syntax

ClEol( [<nRow>], [<nCol>] ) --> cNull

Arguments

<nRow>
This is a numeric value specifying the row on the screen to clear. It defaults to Row().
<nCol>
This is a numeric value specifying the column on the screen to begin clearing up to the rightmost column. It defaults to Col().

Return

The return value is always a null string ("").

Note:  ClEol() leaves the cursor position unchanged.

Info

See also:ClWin(), ClearEol(), ClearWin()
Category: CT:Video , Screen functions
Source:ct\screen3.prg
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe