CHR$(27)“1”CHR$(n)
Sets the left margin to n. (If you can’t use low-
ercase letters, use CHR$(108) in place of “1”.)
Limits are 0 - 78 in Pica, 0 - 93 in Elite, and 0 -
133 in Compressed
CHR$(27)“Q”CHR$(n) Sets the right margin to n. Limits are 2 - 80 in
Pica, 3 - 96 in Elite, and 4 - 137 in Compressed
CHR$(9) or CHR$(U7)Moves the print head to the next horizontal
tab.
CHR$(11)
Moves the print head to the next vertical tab
CHR$(27)“B”CHR$(n
1
)CHRS(n
k
) . . . CHR$(n
k
)CHR$(0)
Sets vertical tabs at lines, n
l
,n
z
. . . n
k
. Termi-
nates with CHR$(0) or any number less than
n
k
CHR$(27)“D”CHR!$(n
1
)CHR$(n
2
) . . . CHR$(n
k
)CHR$(0)
Sets horizontal tabs at columns n
1
, . . . n
k
.
Terminates with CHR$(0) or any number less
than n
k
CHR$(27)“b”CHR$(N)CHR$(n
1
)CHR$(n
2
) . . . CHR$(n
k
)CHR$(l)
N sets the vertical channel number. N = O-7; 0
is the same as CHR$(27) “B”
CHR$(27)"/“CHR$(n) Selects channel n
129