ESC d n
[Function]
[Code]
[Range]
[Outline]
[Default]
[See Also]
[Sample Program]
[Print Results]
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
A A A A A
2/6-inch line feed
B B B B B
C C C C C
— 72 —