ZPL commands

^ID · Object Delete

Deletes objects such as graphics, formats or fonts from printer memory.

Deletes objects such as graphics, formats or fonts from printer memory.

Parameters

  • ^IDd:o.x - d: Drive (e.g. R: or E:)
  • ^IDd:o.x - o: Object name (wildcard * allowed)
  • ^IDd:o.x - x: Extension, e.g. .GRF or .ZPL (wildcard * allowed)

Example

^XA
^IDR:LOGO.GRF
^XZ

Tip

^IDR:*.GRF deletes all graphics in RAM. ^ID is the targeted alternative to ^EF/^EG.