17.08.2013 Views

Contents, cont'd. - Intermec

Contents, cont'd. - Intermec

Contents, cont'd. - Intermec

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

LOAD<br />

Chapter 2 Program Instructions<br />

Field of Application Statement for loading a copy of a program, residing in the current<br />

directory or in another specified directory, into the printer's working<br />

memory.<br />

Syntax LOAD<br />

is the program to be loaded into the working memory.<br />

Remarks If the program has the extension .PRG, the name of the program can be given<br />

with or without any extension. Otherwise, the extension must be included in<br />

the name. If the program resides in another directory than the current one (see<br />

CHDIR statement), the name must also contain a reference to the directory<br />

in question.<br />

LOAD closes any open files and deletes all program lines and variables<br />

residing in the working memory before loading the specified program. If the<br />

previous program in the working memory has not been saved, see SAVE<br />

statement, it will be lost and cannot be retrieved.<br />

While the program is loaded, a syntax check is performed. If a syntax error<br />

is detected, the loading will be interupted and an error message will be<br />

transmitted on the standard OUT channel.<br />

Examples Load the program "LABEL127.PRG" from the current directory:<br />

LOAD "LABEL127"<br />

or<br />

LOAD "LABEL127.PRG"<br />

When “Ok” appears on the screen, the loading is completed. Use a LIST<br />

statement to display the program on the screen of your terminal.<br />

You may also load a program stored in another directory than the current<br />

one, e.g. a read-only memory card ("rom:") or an optional DOS-formatted<br />

SRAM memory card ("card1:"). Start the file name by specifying the<br />

directory, e.g.:<br />

LOAD "rom:MKAUTO"<br />

or<br />

LOAD "card1:PROGRAM1.PRG"<br />

This will create a copy, which you can list or change and then save under a<br />

new name.<br />

<strong>Intermec</strong> Fingerprint 7.2 – Reference Manual Ed. 3 138

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!