SayScreen()
Output to the screen without changing the attribute
Syntax
SayScreen( <cString>, [<nRow>], [<nCol>] ) -> <cEmptyString>
Arguments
<cString> – the string to output. Although undocumented, can be NIL. <nRow> – row number, defaults to cursor row. <nCol> – column number, defaults to cursor column.
Returns
Returns an empty string.
Description
Outputs a string at specified coordinates without changing character attributes.
Platforms
All
Files
Source is screen1.c, library is libct.
Seealso
SCREENMIX()