This line is added 10 spaces.
This line is added 8 spaces.
This line is added 6 spaces.
This line is added 4 spaces.
This line is added 2 spaces.
This line is Normal space,
This command can be used to produce micro-justification,
which is a method of justifying lines by incresing the space be-
tween each character.
n Uni-derectional printing
Uni-directional printing is a big word that means printing in
one direction only. Your printer normally prints when the print-
head is moving in both directions. But once in a while you may
have an application where you are more concerned about how
the vertical lines align than with how fast it prints. This printer
lets you make this choice. The table below shows the commands
for controlling how this printer prints.
Table 5-2
Printing directin commands
Function Control code
Print ih one direction (ESC) “U”l
Print in both directions (ESC) “U”0 -
One time mint in one direction (ESC) “0’
Try this program to see the difference that printing in one
direction makes. - -
10 ) Demo of uni-directional printing
20 LPRINT CHR$(27);"1";
30 FOR I=1 TO 10
40 LPRINT 11 1"
50 NEXT I
60 LPRINT : LPRINT
70 LPRINT CHR$(27) ;"Ul";
80 FOR I=1 TO 10
90 LPRINT "I"
100 NEXT I
110 LPRINT CHR$(12);CHR$(27);"@"