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.

TRON/TROFF<br />

Chapter —Program Instructions<br />

Purpose Statements enabling/disabling tracing of the program execution.<br />

Syntax TRON|TROFF<br />

TRON enables tracing.<br />

TROFF disables tracing (default)<br />

Remarks Useful for debugging purposes. When tracing is enabled, each line number<br />

of the program is displayed on the screen within parentheses as the execution<br />

goes on.<br />

Tracing will be disabled when a TROFF statement is executed.<br />

Example 10 PRINT "HELLO"<br />

20 INPUT"Enter Text"; A$<br />

30 PRINT A$<br />

TRON<br />

RUN<br />

yields:<br />

(10) WORLD<br />

(20) Enter test? (Operator enters "WORLD")<br />

(30) WORLD<br />

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

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

Saved successfully!

Ooh no, something went wrong!