C O N F I D E N T I A L
LF
EXECUTING COMMAND
[Name] | Print and line feed | |
[Format] | ASCII | LF |
| Hex | 0A |
| Decimal | 10 |
[Range] | None |
|
[Default] | None |
|
[Description] | Prints the data in the print buffer and feeds one line, using 4.2 mm {1/6"}. | |
[Notes] | This command sets the print position to the beginning of the line. |
Program Example
PRINT #1, "AAAAA"; CHR$(&HA);
PRINT #1, "BBBBB"; CHR$(&HA);
Print Sample
AAAAA
BBBBB
Print commands LF | Ver. 1.0 p. 28 |