A SERVICE OF

logo

Using the Command Summary
For the following commands that use only 0 or 1 for the variable,
either the decimal or hexadecimal values 1 and
0 or the ASCII
characters 1 and 0 can be used:
ESC
U,
ESC
x,
ESC
p,
ESC
W,
ESC
S,
ESC
-,
ESC
w,
and
ESC
%
For example, in BASIC you can select draft mode with either of
these statements:
LPRINT
CHR$(27);'x":'CHR$(O)
LPRINT
CHR$(27):"x":"O"
Control key chart
Some application programs can use control key codes for decimal
values 0 through
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.
Note: Many programs use the control keys for other purposes.
Also, some programs do not use all these keys.
DeC
0
00
@
14
OE
1
01
A
15
OF
2
02
B
16
10
3
03
C
17
11
4
04
D
18 12
5
05
E
19 13
6 06
F
20
14
7
07
G
21
15
8
08
H
22
16
9
09
I
23
17
10
OA
J
24
18
11
OB
K
25
19
12
oc
L
26
1A
13
OD
M
27
18
Hex
control key
DeC
Hex
control key
N
0
P
0
R
S
T
U
v
W
X
Y
Z
1
9-4
Command Summary