P-touch Template Manual/ Command Reference

Table Of Contents
P-touch Template Command Reference
- 50 -
7. Control Command Details
^CR Line feed in object
ASCII: ^ C R
Decimal: 94 67 82
Hexadecimal: 5E 43 52
Parameters
None
Description
Adds a line feed to the next line in the text object.
Valid even if the text string for the line feed command has been changed
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