CHR$(27)“L”CHR!$(n 1)CHRS(n 2)

Enters Low-Speed Double-Density Graphics Mode and specifies the width setting. Width

=n1+(256*n2), where n1 is 0 - 255 and n2 is

0 - 7

CHR$(27)“Z”CHR!$(n 1)CHR$(n2)

Enters Quadruple-Speed Graphics Mode and specifies the width setting. Width = n1+(256*n 2), where n1 is 0 - 255 and n2 is 0 - 7

CHR$(27)“?s”CHR$(n)

Reassigns an alternate code to a new code number so that it produces a different Graphics Mode, where s is the sequence letter K, L, Y, or Z and n is 0 - 6

CHRS(27)"^"CHR$(d)CHR$(n1)CHR$(n2)

Enters 9-Pin Graphics Mode and specifies the width setting, where d is 0 for Single-Density and 1 for Double-Density. Width = n1+(256*n2) where n1 is 0 - 255 and n2 is 0 - 7

158