The object name and extension support the use of the asterisk (*) as a wildcard. This allows for easy deletion of selected groups of objects.
The following are various examples of using the
^ID
command.
To delete just stored formats from DRAM:
^XA^IDR:*.ZPL^XZ
To delete formats and images named SAMPLE from DRAM regardless of the extension:
^XA^IDR:SAMPLE.*^XZ
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
To delete everything from DRAM:
^XA^IDR:*.*^XZ