Bar Codes5–34
Code 93 Example
The illustration below shows a horizontal Code 93 bar code generated by the
following program:
~CREATE;TEST;288 (Enters Create Form mode)
SCALE;CHAR
BARCODE (Bar code command)
CODE93;X1;H7;10;20
“ABCD5678”
PDF;B;N (Printable data field)
STOP (Ends bar code command)
END (Terminates Create Form mode)
~EXECUTE;TEST (Prints form)
~NORMAL