Specifications

181
ZPL Commands
^ID
9/15/06 ZPL II Programming Guide 45541L-004 Rev. A
^ID
Object Delete
Description The ^ID command deletes objects, graphics, fonts, and stored formats from
storage areas. Objects can be deleted selectively or in groups. This command can be used
within a printing format to delete objects before saving new ones, or in a stand-alone format to
delete objects.
The image name and extension support the use of the asterisk (
*) as a wild card. This allows
you to easily delete a selected groups of objects.
Format ^IDd:o.x
This table identifies the parameters for this format:
Parameters Details
d = location of stored
object
Accepted Values: R:, E:, B:, and A:
Default Value: R:
o
= object name Accepted Values: any 1 to 8 character name
Default Value: if a name is not specified, UNKNOWN is used
x
= extension Accepted Values: any extension conforming to Zebra conventions
Default Value: .GRF
Example • To delete stored formats from DRAM:
^XA
^IDR:*.ZPL^FS
^XZ
Example • To delete formats and images named SAMPLE from DRAM, regardless of the
extension:
XA
^IDR:SAMPLE.*^FS
^XZ