ESC 5

 

Cancel Italic Mode

Format:

ESC

5

ASCII code:

Decimal:

27

53

Hexadecimal:

1B

35

Comments:

Cancels the mode selected by ESC 4.

ESC R

 

Select an International Character Set

Format:

ESC

R

 

ASCII code:

(n)

Decimal:

27

82

( n )

Hexadecimal: I B

52

(n)

Comments:

See Chapter 5 for details on this command.

ESC m

 

Select Special Graphics Characters

Format:

ESC

m

 

ASCII code:

(n)

Decimal :

27

109

(n)

Hexadecimal: I B

6D

( n )

Comments:

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:

4turns the graphics characters ON,

0turns them OFF.

c-10