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(nk) . . . CHR$(nk)CHR$(0)

Sets vertical tabs at lines, nl,nz . . . nk. Terminates with CHR$(0) or any number less than

nk

CHR$(27)“D”CHR!$(n 1)CHR$(n2) . . . CHR$(nk)CHR$(0)

Sets horizontal tabs at columns n1, . . . nk. Terminates with CHR$(0) or any number less than nk

CHR$(27)“b”CHR$(N)CHR$(n 1)CHR$(n2) . . . CHR$(nk)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