Citizen Systems CBM-253 User Manual
Page 78
CBM-253 User’s Manual
66
CITIZEN
ESC d n
[Name]
Printing. and line feeding of n lines
[Code]
<1B>H <64>H
[Defined range]
0
≤
n
≤
255
[Function]
Prints the data in the print buffer, and carries out a n -line portion of line feeding.
The next printing start position will be at the head of the line. The setting amount will not
remain after this operation has been carried out.
When label printing has been selected, if the specified paper feeding amount exceeds the
label length, the line feeding will be carried out up to a position at the top of the following
label. Because the printing will be accompanied by line feeding, even if printing is carried
out when a smaller value than the line feeding amount of 1 line has been set, line feeding
of more than the set amount may be carried out due to the printing operation.
[Initial value]
Not defined.
[Program example]
[Printing result]
LPRINT "AAAAA" ;
LPRINT CHR$(&H1B) + "d" + CHR$(2) ;
LPRINT "AAAAA" + CHR$ (&HA) ;