Syntax Checklist
Make sure this record begins with an open brace ({).
Make sure the first parameter (batch header) begins
with B.
Make sure the number in the f irst parameter matches
the number of the format you are using.
If you assign a name to the batch, make sure the name
begins with a semi-colon (;).
If you choose auto-naming (the printer assigns a batch
name), make sure there are no characters or spaces
between the semi-colon (;) and the record separator ( ).
Make sure this record ends with a record separator ( ).
Entering Print Data for Fie lds
Enter the data to print in each field after the batch header
record as shown.
Syntax
{B##,QUANTITY,CUT,REP, PARTS,0,MODE;BATCH_NAME
T##;print data..
B##;print data..
.
.
.
}
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 plac e of ##).
;print data Enter the data you want to print in this field.
This character string begins with a
semi-colon (;) and can be 1 to 100
characters long. Place a re cord separator
( ) at the end of this string.
9400 Series Programmer’s Manual
4-30