A SERVICE OF

logo

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
Table
II
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$(l)
or
“1”).
In the Basic programming language, the command would look like this.
Lf’RlNT
CHR$(n);Y:CHR$(O);
CHR$(27)
is ESC and
CHR$(O)
selects table
4%
(italic).