64 .-.
Table 5-2 shows all the line spacing commands, including
several “shortcut” commands for commonly used line spacings.
Table 5-2
Line spacing commands
Function Control code
Set line spacing to l/8 inch
Set line spacing to 7172 inch
Set line spacing to l/6 inch
< ESC > “0”
< ESC > “1”
< ESC > “2” (Standard mode only:
Set line spacing to n/72 inch < ESC > “A” CHR$(n)
(Standard mode only:
Define line spacing to n/72 inch < ESC > “A” CHR$(n)
(IBM mode only)
Use < ESC > “A” definition < ESC > “2” (IBM mode onlv)
Set line spacing to n/216 inch < ESC > ‘%3” CHR$(n)
One-time line feed of n/216 inch < ESC > “J” CHR$(n)
One-time reverse line feed of < ESC > “j” CHR$(n)
n/216 inch
W 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 mrgin.
The following commands do just that.