ZPL commands

^XF · Recall Format

Recalls a stored format from memory and fills numbered fields ^FN with data.

Recalls a stored format from memory and fills numbered fields (^FN) with data.

Parameters

  • ^XFd:o.x - d:o.x: Memory path of the format (e.g. R:FORMAT.ZPL)

Example

^XA
^XFR:FORMAT.ZPL^FS
^FN1^FDSKU-4711^FS
^XZ

Tip

Store formats with ^DF, number fields with ^FN and fill them with ^FD on recall - this saves a lot of transfer time.