^TO — Transfer Object
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
| Parameter | Description |
|---|---|
dest | Destination drive and filename |
source | Source drive and filename |
Example
^XA ^TOE:LOGO.GRF,R:LOGO.GRF ^XZ
Copy LOGO from RAM to flash for permanent storage