What ^FX does
^FX marks a comment: everything until the next ^FS is ignored by the printer. Use it to document sections of a label format so the code is maintainable. Comments never affect output.
Syntax
^FXc^FSParameters
| Parameter | Description | Values | Default |
|---|---|---|---|
c | Comment text (not printed) | — | — |
Example
^XA
^FX --- Address block --- ^FS
^FO50,50^A0N,30,30^FDShip to^FS
^XZPaste this into the free ZPL viewer to see it render, or convert it to PDF.
Related commands
See the full ZPL command reference for all 92 documented commands.
