C O N F I D E N T I A L
RS
EXECUTING COMMAND
[Name] | Journal tab |
|
[Format] | ASCII | RS |
| Hex | 1E |
| Decimal | 30 |
[Range] | None |
|
[Default] | None |
|
[Description] | Moves the print starting position to the beginning of the print area for the journal. | |
[Notes] | This command is effective when all the following conditions are satisfied simultaneously: | |
| ■ Both receipt and journal are selected for the print sheet. |
■ The parallel printing mode for receipt and journal is turned off. ■ The print area is set within a printable area on the receipt.
Program Example
PRINT #1, CHR$(&H1B);"c0";CHR$(3); ←Select paper type (receipt and journal)
PRINT #1, CHR$(&H1B);"z";CHR$(0); ←Cancel parallel printing mode
PRINT #1, "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA";
PRINT #1, "BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB";CHR$(&HA);
PRINT #1, "CCCCCCCCCCCCCCCCCCCC";CHR$(&H1E);
PRINT #1, "DDDDDDDDDDDDDDDDDDDD";CHR$(&HA);
Print Sample <Receipt>
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
CCCCCCCCCCCCCCCCCCCC----------- | journal |
Print Sample <Journal>
BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB
DDDDDDDDDDDDDDDDDDDD
Print position commands RS | Ver. 1.0 p. 31 |