xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

SayScreen()

Displays a string on screen keeping existing color attributes.

Syntax

SayScreen( <cString>, ;
          [<nRow>]  , ;
          [<nCol>]    ) --> cNull

Arguments

<cString>
A character string being displayed at the specified position.
<nRow>
A numeric value indicating the screen row for display. It defaults to Row().
<nCol>
A numeric value indicating the screen column for display. It defaults to Col().

Return

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

Note:  the function leaves the cursor position unchanged.

Info

See also:ColorWin(), SaveScreen()
Category: CT:Video , Screen functions
Source:ct\screen2.prg
LIB:xhb.lib
DLL:xhbdll.dll


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