Specifications

ZPL Commands
^ID
182
45541L-004 Rev. A ZPL II Programming Guide 9/15/06
Comments When an object is deleted from R:, the object can no longer be used and
memory is available for storage. This applies only to
R:memory. With the other memory types
(A:, B:, E:) the deleted object is no longer available. The memory space recovers when an
automatic defragmentation or initiallization occurs.
The
^ID command also frees up the uncompressed version of the object in DRAM.
If the name is specified as
*.ZOB, all downloaded bar code fonts (or other objects) are
deleted.
If the named downloadable object cannot be found in the
R:, E:, B:, and A: device, the
^ID command is ignored.
Example • To delete the image SAMPLE1.GRF prior to storing SAMPLE2.GRF:
^XA
^FO25,25^AD,18,10
^FDDelete^FS
^FO25,45^AD,18,10
^FDthen Save^FS
^IDR:SAMPLE1.GRF^FS
^ISR:SAMPLE2.GRF^FS^XZ
Example • In this the * is a wild card, indicating that all objects with the .GRF extension are
deleted:
^XA
^IDR:*.GRF^FS
^XZ