Plain English

Copies a stored object (font, graphic, or format) from one memory location to another. For example, copy a graphic from RAM to flash for permanent storage.

When to use

When you need to move objects between RAM and flash, or between memory locations.

Syntax

^TOdest:name,source:name

Parameters

ParameterDescription
destDestination drive and filename
sourceSource drive and filename

Example

^XA
^TOE:LOGO.GRF,R:LOGO.GRF
^XZ

Copy LOGO from RAM to flash for permanent storage

Try it in the playground View all ZPL commands