ZPL commands
^FX · Comment
Adds a comment to the ZPL code that is not printed - for maintainability and debugging.
Adds a comment to the ZPL code that is not printed - for maintainability and debugging.
Parameters
^FX<text>- text: Comment (ends at the next ^ or ~)
Example
^XA
^FX This comment is not printed
^FO50,50^A0N,30,30^FDHello^FS
^XZ
Tip
Comments help with troubleshooting but cost transfer time - omit them for mass printing.