C O N F I D E N T I A L
CR
EXECUTING COMMAND
[Name] | Print and carriage return | |
[Format] | ASCII | CR |
| Hex | 0D |
| Decimal | 13 |
[Range] | None |
|
[Default] | None |
|
[Description] | Prints the data in the print buffer and does not feed the paper. | |
[Notes] | Sets the print starting position to the beginning of the line. |
Program Example
PRINT #1, "AAAAA";CHR$(&HD);
PRINT #1, " BBBBB";CHR$(&HA);
Print Sample
AAAAA
BBBBB← Auto line feed enabled AAAAABBBBB ← Auto line feed disabled
Print commands CR | Ver. 1.0 p. 30 |