What ^FS does
^FS closes a field, telling the printer that the current position, font, and data are complete. Every field — text, barcode, or graphic — must end with ^FS before the next one begins.
Syntax
^FSExample
^XA
^FO50,50^A0N,40,40^FDLine one^FS
^FO50,100^A0N,40,40^FDLine two^FS
^XZPaste this into the free ZPL viewer to see it render, or convert it to PDF.
Notes & tips
- Missing ^FS is the single most common ZPL error.
- One ^FS per field.
Related commands
See the full ZPL command reference for all 92 documented commands.
