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

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

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

Chapter —Program Instructions<br />

IMMEDIATE<br />

Purpose Statement for enabling or disabling the immediate mode of <strong>Intermec</strong><br />

Fingerprint in connection with program editing without line numbers,<br />

for reading the current mode, or for reading the current standard IN and<br />

OUT channels.<br />

Syntax IMMEDIATE ON|OFF|MODE|STDIO<br />

ON Enables the Immediate Mode<br />

OFF Disables the Immediate Mode<br />

MODE Prints a line to the STDOUT port with information on the current<br />

status of the following modes (ON or OFF):<br />

- Execution<br />

- Immediate<br />

- Input<br />

- Layout Input<br />

- Debug STDIO (dbstdio)<br />

STDIO Prints two lines to the STDOUT port with information on current<br />

settings for the STDIN and STDOUT channels.<br />

Remarks IMMEDIATE ON|OFF<br />

Before starting to write a program without line numbers, the immediate<br />

mode must be disabled by means of an IMMEDIATE OFF statement. If<br />

not, each line will be executed immediately.<br />

After an IMMEDIATE OFF statement, program lines can be entered<br />

without any leading line numbers. <strong>Reference</strong>s to lines are done using “line<br />

labels”, which are called in GOTO or GOSUB and related statements.<br />

A line label is a name followed by a colon (:). The label must not interfere<br />

with any keywords or start with a digit and the line must start with the line<br />

label. When a line label is used as a reference to another line, for example<br />

within a GOTO statement, the colon should be omitted.<br />

The program should be appended by a IMMEDIATE ON statement.<br />

At the execution of this statement, the program lines will be numbered<br />

automatically in ten-step incremental order, starting with the first line (10-<br />

20-30-40-50...). These line numbers will not appear on the screen until the<br />

program is LISTed, LOADed, or MERGEd. Line labels will not be converted<br />

to line numbers.<br />

Do not issue a RUN statement before the IMMEDIATE ON statement,<br />

or an error will occur.<br />

1 <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!