P-touch Template Manual/ Command Reference

Table Of Contents
P-touch Template 2.0 Command Reference
- 59 -
7. P-touch Template Command Details
^CR Line feed in object
ASCII: ^ C R
Hexadecimal: 5E 43 52
Parameters
None
Description
Adds a line feed to the next line in the text object.
Command characters are modifiable.
(Refer to ^RC, ESC iXR2)
Example
To print three lines:
Code: 1 ^ C R 2 ^ C R 3 ^ F F
(31h 5Eh 43h 52h 32h 5Eh 43h 52h 33h 5Eh 46h 46h)
Print result:
1
2
3