
Printing Capabilities
L
...-
L__
.+
c
10LPRINTCHR((27)iCHRl(bS):CHR)fJ) !5 LPRINTCHR$(27);CHR1(851:CHRJ(!):
20 RESTORE
30 FORJ * 1 TO 9
40 FOR f • 1 TO 12
50 REFlD
50L?R!NTCHRSi61:
70 NEXTI
80 LPRIN?
90 NEXTJ
100DATA239,224,224,224,239,224,224,224,224,224,224,22k
110DRTA239,224,224,224,239,224!224,224!224,224,224,224
120DATA239,224,224,224,239,224,239,224,224,224,239,224
130DAM239,224,2!9!224,239,224,234,233,224,234,233,224
!40 Dh?P239,234,23?,?33,239,224,224,239,224,239,224,224 150DATA239,?39,224,239,239,224,224,234,239,233,224,224
160 DATA234,233,224,234,253,224,224,224,239,224,224,224
170DATA224,224,224,224,224,224,224,234,233,2?4,224,224
!80 DATA?24,224,224,224,224,224,2?4,239,224,224,224,224 190LPRIM!CHRSI27l:CHRS(b4):END
Figure 7-l. Block graphics can produce simple output, like this, and can “‘draw pictures” as well.
Line 10 of the sample program in Figure
Line 15 sets your printer to unidirectional print mode (as in Figure
Line 30 is a
Line 40 is
Thus, you can see that in creating this big “WY:’we’ve followed the same configuration as standard matrix characters, but each small “dot” on the 9 x 9 has been replaced with a “solid block” of 6 x 6’s.
L
105