PSB No: P-0082
Page: 9 of
14
ESC t n is the command for selecting a character table to be used for printing where
n is a variable. The following table lists the values for n and the character table
associated with the value.
II
n
I
T a b l e
II
3
I PC437 (US)
II
Table 1
NOTE: 1. Character tables other than those listed above can be assigned by using
the ESC ( t command (Assign Character Table).
2 The value used for n can be either the ASCII value OR the ASCII character
(i.e. chr$(1) or “1”).
In the Basic programming language, the command would look like this.
LPRlNT CHR$(27);"t";CHR$(0);
CHR$(27) is ESC and CHR$(0) selects table #0 (italic).