_PutChr( ) API Library Routine

See Also   Example

Displays the one character char at the output position in the current output window in its normal attribute (color 0).

Syntax

void _PutChr(int char)
int char;                     /* Character to display. */

Remarks

_PutChr( ) treats special characters such as newline, carriage return, and bell as control characters and doesn't display them on the screen.

To display the character that corresponds to one of these control characters, add 256 to the value of the character.

For more information on how to create an API library and integrate it with Visual FoxPro, see Chapter 28, Accessing the Visual FoxPro API, in the Programmer's Guide.