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 />

CONT<br />

Purpose Statement for resuming execution of a program that has been interrupted<br />

by means of a STOP, BREAK, or DBBREAK statement.<br />

Syntax CONT<br />

Remarks The CONT statement may be used to resume program execution after a<br />

STOP, BREAK, or DBBREAK statement has been executed. Execution<br />

continues at the point where the break happened with the STDIO settings<br />

restored.<br />

CONT is usually used in conjunction with DBBREAK or STOP for<br />

debugging. When execution is stopped, you can examine or change<br />

the values of variables using direct mode statements. You may then use<br />

CONT to resume execution. CONT is invalid if the program has been<br />

editied during the break.<br />

It is also possible to resume execution at a specified program line using a<br />

GOTO statement in the immediate mode.<br />

Example 10 A%=100<br />

20 B%=50<br />

30 IF A%=B% THEN GOTO QQQ ELSE STOP<br />

40 GOTO 30<br />

50 QQQ:PRINT "Equal"<br />

Ok<br />

RUN<br />

Break in line 30<br />

Ok<br />

PRINT A%<br />

100<br />

Ok<br />

PRINT B%<br />

50<br />

Ok<br />

B%=100<br />

Ok<br />

CONT<br />

Equal<br />

Ok<br />

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!