Operating instructions

— 72 —
ESC d n
[Function]
[Code]
[Range]
[Outline]
Printing and feeding the paper by n lines
<1B> H <64> H <n>
0 n 255
Prints data inside the buffer and feeds paper by n lines.
• Specified line does not remain.
• The beginning of the line is to be considered as the next
printing start position.
The initial value is not defined.
ESC 2, ESC 3
LPRINT "AAAAA"
LPRINT CHR$ (&H1B) ; "d" ; CHR$ (2) ;
LPRINT "BBBBB" ; CHR$ (&HA) ;
LPRINT "CCCCC" ; CHR$ (&HA) ;
END
[Default]
[See Also]
[Sample Program]
[Print Results]
AAAAA
BBBBB
CCCCC
2/6-inch line feed
< >