You are on page 1of 2

Table 2-1 Control character specifiers

ASCII Code Control Character Specifier


0 or
1
2
3
4
5
6
7 or
8 or
9 or
10 or
11
12
13 or
14
15
16
17
18
19
20
21
22
23
24
25
26

LANGUAGE REFERENCE 2-7


Table Control character specifiers (continued)

ASCII Code Control Character Specifier


27 or or
28
29
30
31
127 or

Examples
Suppose you want to send an to a Hewlett-Packard LaserJet printer.
(This code resets the printer.) Knowing that the ASCII code for Esc is 27
and an E is code 69, you can:
Use the function, which converts a number to its ASCII character
equivalent:

Use control character

Use entirely ASCII codes, enclosing the codes within curly braces:

Use a combination of ASCII codes and letters:

See Also
@, CHR()
Chapter 5, Memory Variables"

2-8 COMMANDS

You might also like