Plain English

Clears the label's internal bitmap buffer. When set to Y, the bitmap is cleared before each label — this is the normal behaviour. Set to N to overlay multiple formats.

When to use

When you need to overlay multiple label formats on top of each other without clearing between them.

Syntax

^MCY

Parameters

ParameterDescription
aY (clear map before each label) or N (do not clear)

Example

^XA
^MCY
^FO50,50^A0N,30,30^FDClean slate^FS
^XZ

Ensure bitmap is cleared before rendering

Try it in the playground View all ZPL commands