Specifications
ZPL Commands
^CD ~CD
108
45541L-004 Rev. A ZPL II Programming Guide 9/15/06
^CD ~CD
Change Delimiter
Description The ^CD and ~CD commands are used to change the delimiter character. This
character is used to separate parameter values associated with several ZPL II commands. The
default delimiter is a comma (,).
Format ^CDa or ~CDa
This table identifies the parameters for this format:
Parameters Details
a = delimiter
character change
Accepted Values: any ASCII character
Default Value: a parameter is required. If a parameter is not
entered, the next character received is the new prefix character.
Example • This shows how to change the character delimiter to a semi-colon (;):
^XA
^FO10,10
^GB10,10,3
^XZ
^XA
^CD;
^FO10;10
^GB10;10;3
^XZ
•To save, the
JUS command is required. Here is an example using JUS:
~CD;
^XA^JUS^XZ