C O N F I D E N T I A L
Paper roll
Print commands LF
Ver. 4.0
p. 1039
LF
[Name]
Print and line feed
[Format]
ASCII
LF
Hex
0A
Decimal
10
[Range]
None
[Default]
None
[Printers not featuring this command]
None
[Description]
Prints the data in the print buffer and feeds one line.
[Notes]
■
The amount of paper fed per line is based on the value set using the line spacing command
(
ESC 2
or
ESC 3
).
■
After printing, the printing position moves the beginning of the line. When a left margin is
set in standard mode, the position of the left margin is the beginning of the line.
■
When this command is processed in page mode, only the printing position moves and the
printer does not perform actual printing.
[Model-dependent variations]
None
Program Example for all printers
Print Sample
PRINT #1, "AAAAA"; CHR$(&HA);
AAAAA
PRINT #1, "BBBBB"; CHR$(&HA);
BBBBB