User`s guide

STORING DATA IN THE PRINTER MEMORY
104 Copyright © 2006, Cognitive.
Function Recalls a stored graphic from memory and prints
labels as required.
NOTE: Use this command with a dummy header line,
and do not use an END command or any other
commands with it. The graphics data to be stored must
immediately follow the
GRAPHIC STORE command.
Explicit Form
RECALL GRAPHIC Identifier x y
Parameters
identifier
Stored object identifier assigned
when the object was first stored.
x y
Starting position of the printed
graphic; normally its upper-left
corner. (The JUSTIFY command can
position the graphic right, left, or
center of the specified coordinates.)
Comments None
See also
GRAPHIC STORE
Example The following label format will print a graphic
stored as IMAGE_1 at location 30, 10:
! 0 100 500 1
RECALL GRAPHIC IMAGE_1 30 10
END