
.:,.. +m
..;.
. ,,.::!
59
.,”
..,
,,,
..,, .
. ,. ,,,
., “.
“’\ |
|
| |
.,! ., w: |
|
II..., . ..,7 |
|
L,.:[ I’dli. |
|
1...:[i,.1~ |
|
$[::,(+(: | ( INLIFIPIAL...) . |
|
The program works just the same as before, but the line spac- ings are just
Table
Table
Line spacing commands
Function | Control code |
Setlinespacingto1/8inch | (ESC)“O” |
Setlinespacingto7/72inch | (ESC)“l” |
Setlinespacingto1/6inchorUse ~Esc)“2,, (ESC)“A”definition
,SetorDefinelinespacington172inch(ESC) “A” CHR$(n)
Set line spacingto n/216 inch (ESC) “3” CHR$(n)
■Moving down the page without a carriage return
So far, all the commands that move the paper also move the print head back to the left margin. Normally this is what you want. Sometimes, though, you may wish to move down the page without moving the printhead back to the left margin. The following commands do just that.
The (ESC) “J” CHR$(n) command causes the printer to make one line feed of n/216 inch, but does not changethe setting of the line spacing. Try this program to see how it works:
NEW
10‘ Demo of