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.

SAVE<br />

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

Chapter —Program Instructions<br />

Purpose Statement for saving a file in the printer’s memory or optionally in a<br />

memory card.<br />

Syntax SAVE[,P|L]<br />

is the name of the file, optionally starting with a reference to a<br />

directory (see DEVICES).<br />

Allowed input: Max. 30 characters incl. extension.<br />

Max. 26 characters excl. extension<br />

P optionally protects the file.<br />

L optionally saves the file without line numbers.<br />

Remarks When a file is SAVEd, it must be given a designation consisting of max. 30<br />

characters including extension. By default, the program will automatically<br />

append the name with the extension .PRG and convert all lowercase characters<br />

to uppercase. The name must not contain any quotation marks (").<br />

By starting the file name with a period character (.), you can avoid having<br />

it removed at a soft formatting operation, see FORMAT statement. Such a<br />

file will also be listed differently, see FILES statement.<br />

Files can only be SAVEd in the printer’s permanent memory ("/c"), the<br />

printer’s temporary memory ("tmp:"), or in an optional CompactFlash<br />

memory card ("card1:"). If a file with the selected name already exists in<br />

the selected directory, that file will be deleted and replaced by the new file<br />

without any warning. You can continue to work with a file after saving it,<br />

until a NEW, LOAD, KILL, or REBOOT instruction is issued.<br />

A protected file (SAVE ,P) is encrypted at saving and cannot be<br />

LISTed after being LOADed. Program lines cannot be removed, changed,<br />

or added. Once a file has been protected, it cannot be deprotected again.<br />

Therefore, it is advisable to save an unprotected copy, should a programming<br />

error be detected later on. If you are going to use an electronic key to<br />

prevent unautorized access to a file, you should protect it.<br />

A SAVEd program can be MERGEd with the program currently residing<br />

in the printer’s working memory. To avoid line numbers automatically<br />

assigned to the program from interfering with the line numbers in the current<br />

program, you can choose to SAVE the program without line numbers<br />

(SAVE ,L). See MERGE instruction.<br />

Examples SAVE "Label14"<br />

saves the file as “LABEL 14.PRG" in current directory.<br />

SAVE "/c/Label14",P<br />

saves and protects the file "LABEL14.PRG" in the permanent memory.<br />

SAVE "card1:Label14",L<br />

saves "LABEL14.PRG" without line numbers on a CompactFlash card.

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

Saved successfully!

Ooh no, something went wrong!