Example The following sample program specifies three logo calls placing the same logo at three different locations. (The logo was previously defined and stored.) The starting row and column specify the upper left corner of the grid in which the logo was defined. To illustrate positioning, the starting row and column are indicated on the example but do not necessarily reflect actual location on the page.

LOGO 56;35;HAND 56;50;HAND 56;65;HAND

STOP

SR 56

SC 35

SC 50

SC 65

When the logo to be executed is not found in memory, the default external memory module is automatically searched. If the logo is found, it is loaded into memory and execution resumes; otherwise, the ªLOGO NOT FOUNDº error is printed.

NOTE: If an older application uses the disk parameter for the execute command, it is ignored and the above steps are taken.

Commands

4±73

Page 117
Image 117
Printronix ThermaLine Series manual Stop