
4-114 Programmer’s Manual
v i d W r i t e C
Description
Writes an ASCII character at the specified display page’s
current cursor location, overwriting any character that may
already be there, but keeping the attribute. After calling this
function, call vidPutCursor to move the cursor to a new position.
If the application writes to a display page other than the current
one, the written string does not appear until the application sets
that page as the current one with vidSetPage. Strings written to
the current page appear immediately.
To write a character and attribute, use vidWriteCA.
Syntax
void far vidWriteC(unsigned char uchChr,
short
sCount,
short
sPage);
Parameters
uchChr
The ASCII character to write. Bell, backspace,
carriage return, and line feed characters are invalid.
sCount
The number of times to write the character. This
number must be less than or equal to the number of
columns remaining in the current row.
sPage
The display page. For 4-row printers, values are
0-
3
. For 8-row printers, values are
0-1
.
Return Values
None
Summary of Contents for Gold 6037EX
Page 1: ... ROG TC6037EXPM Rev AA 8 03 Printed in the U S A 2003 Paxar Americas Inc All rights reserved ...
Page 2: ... Trademarks 0 1 2 0 0 3 4 5 6 7 78 ...
Page 10: ...viii Table of Contents ...
Page 30: ...2 16 Programmer s Manual ...
Page 36: ...3 6 Programmer s Manual ...
Page 154: ...4 118 Programmer s Manual ...
Page 228: ...14 Index ...
Page 229: ......
Page 230: ......