T## | The number of the text field to print (enter the number in place |
| of ##). |
B## | The number of the bar code field to print (enter the field |
| number in place of ##). |
;print data p | Enter the data you want to print in this field. |
| This character string begins with a |
| 1 to 100 characters long. Place a record separator ( p ) at the |
| end of this string. |
| If there is a text field you don’t want to use, enter that field |
| number and a |
Example
This example contains data to print the label shown below.
{B1,0012,1,01,1,0,C;PTEST p T00;TEST FORMAT1 p
T01;S/N 97464B p T02;$12.34 p B00;0012345678905 p }
The batch prints the phrase "TEST FORMAT 1" in text field
T00, "S/N 97464B" in text field T01, "$12.34" in text field T02, and "0012345678905" in bar code field B00.
If consecutive batch data streams use the same format, send only the changed data fields. See the following section, "Using Previously Defined Print Data."