xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

StrScreen()

Displays a screen string at the specified position.

Syntax

StrScreen( <cScreen>, [<nRow>], [<nCol>] ) --> cNull

Arguments

<cScreen>
This is a character string returned from ScreenStr().
<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:RestScreen(), ScreenStr()
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