User`s manual
To print
a
background pattern, use the ESC - n 1 command (where n
is the pattern number you want). The background pattern will print
behind each character until you turn it off with ESC - 0 1.
The background pattern command differs from the other commands
in this section, which affect all characters between the mode on and
mode off co
mmands.
The background pattern comman
d affects a
rectangular area. The point where the command is turned on is the
upper left comer of the rectangle, and the point where the command is
turned off is the lower right comer of the rectangle.
Try this program to see the difference in the way the commands
work:
100 LPRINT CHR$(27);"-";CHR$(l);CHR$(l);
110 LPRINT "This is a demonstration of background"
120 LPRINT "patterns and the way they affect
a"
130
LPRINT "rectangular area.
";CHR$(27);"-1";
140 LPRINT "Notice how underline"
150 LPRINT
"works";CHR$(27);"-0";
155 LPRINT
W
on character-by-character basis"
160 LPRINT "instead of affecting an area.";
170 LPRINT CHR$(27);"-";CHR$(O);CHR$(l);
180 LPRINT
CHR$(12);
6-6
Software Control of Printer Features