17.08.2013 Views

Contents, cont'd. - Intermec

Contents, cont'd. - Intermec

Contents, cont'd. - Intermec

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

TRON/TROFF<br />

Chapter 2 Program Instructions<br />

Field of Application 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 round brackets (parentheses)<br />

as the execution 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) HELLO<br />

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

(30) WORLD<br />

<strong>Intermec</strong> Fingerprint 7.2 – Reference Manual Ed. 3 237

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

Saved successfully!

Ooh no, something went wrong!