Control charactersΒΆ

CHR_NULL

chr(0)

CHR_TAB

chr(9)

Tab

CHR_LINEFEED

chr(10)

Line feed

CHR_FORMFEED

chr(12)

Form feed

CHR_RETURN

chr(13)

Return

CHR_ESCAPE

chr(27)

Escape

Useful definitions of control characters for use with the chr() function.


RELATED TOPICS

The include file sculptor.h