User-Defined Set Command (USET)
255
Example The following example defines User Set 1 to contain the
Multinational font addresses B1 (±), A1 (¡), and BF (¿) at the hex
cell addresses 23, 24, and 25, respectively. Therefore, if
ca
= 23
and
fa
= B1, each time that cell address 23 is received, it will
select the character located at font address B1 (±).
~USET1
23;B1
24;A1
25;BF
END
User Set 1 now contains the following: the plus or minus sign ±
(B1 hex) in place of the number sign # (23 hex); the upside down
exclamation point ¡ (A1 hex) in place of the dollar sign $ (24 hex);
and the upside down question mark ¿ (BF hex) in place of the
percent sign % (25 hex). To print User Set 1, you must use the
ISET command discussed on page 256.
Table 23. USET-ISET Relationship
USET
ncorresponds to
ISET;
n
n = 1 n = 24
n = 2 n = 25
n = 3 n = 26
n = 4 n = 27
n = 5 n = 28
n = 6 n = 29
n = 7 n = 30
n = 8 n = 31