More complex commands consist of two or more character codes. For example, to print in proportional mode the code format is:

ASCII code:

ESC

p

n

Decimal:

27

112 n
Hexadecimal:

1B

70

n

In this case n can be either 1 or 0, to begin or end proportional printing. To turn ON proportional printing from BASIC the command would be:

LPRINT CHR%(27);CHR$( 112);CHR$( 1)

Control key chart

Some application programs can use control key codes for decimal

values O-27. The table below gives you the proper values. The Control Key column indicates that you press the control key at the same time you press the key for the letter or symbol in that column. For example, you press the control key and A at the same time to send the value 1.

Some programs that use this system cannot use control-@, and many programs use the control keys for other purposes.

Dec.

Hex.

Cntl. Key

Dec.

Hex.

Cntl. Key

0

00

@

14

OE

N

2

02

B

16

10

0

2

0 2

B

1 6

1 0

P

3

0 3

C

1 7

1 1

Q

3

03

DC

178

112

 

5

05

E

19

13

S

6

06

F

20

14

T

7

07

 

21

15

U

8

08

H

22

16

V

9

09

1

23

17

W

10

OA

J

24

18

X

11

OB

K

25

19

Y

12

oc

L

26

1A

Z

13

OD

M

27

1B

1

Command Summary

A - 3