02.10.2012 Views

Programmer's Reference Manual Intermec Fingerprint® v8.70.0 ...

Programmer's Reference Manual Intermec Fingerprint® v8.70.0 ...

Programmer's Reference Manual Intermec Fingerprint® v8.70.0 ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Chapter —Program Instructions<br />

LOAD<br />

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

or in another specified directory, into the printer’s working 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<br />

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

included in the name. If the program resides in another directory than the<br />

current one (see CHDIR statement), the name must also contain a reference<br />

to the directory in question.<br />

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

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, for example the read-only memory ("/rom") or a CompactFlash<br />

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

example:<br />

LOAD "/rom/MKAUTO.PRG"<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 />

1 8 <strong>Intermec</strong> Fingerprint <strong>v8.70.0</strong>/v10.0.0 Programmer´s <strong>Reference</strong> <strong>Manual</strong>

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

Saved successfully!

Ooh no, something went wrong!