A SERVICE OF

logo

ESC 5
Cancel Italic Mode
Format:
ASCII code:
ESC
5
Decimal:
27
53
Hexadecimal:
1B
35
Comments:
Cancels the mode selected by ESC 4.
ESC R
Select an International Character Set
Format:
ASCII code:
ESC
R
(n)
Decimal:
27
82 (n)
Hexadecimal: I B
52 (n)
Comments:
See Chapter 5 for details on this command.
ESC m
Format:
ASCII code:
ESC
Decimal :
27
Hexadecimal: I B
Comments:
Select Special Graphics Characters
m
(n)
109 (n)
6D (n)
Selects the special graphics character set, which is stored in ASCII
positions
128 to 159.
Format in BASIC:
CHR$(27);“m”;CHR$(n)
where n toggles the character set on and off:
4
turns the graphics characters ON,
0 turns them OFF.
c-10