UBI EasyCoder 201 IIE Instruction Manual Page 271

  • Download
  • Add to my manuals
  • Print
  • Page
    / 332
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 270
Intermec Fingerprint v7.61 Programmers Reference Manual Ed. 7 269
Chapter 2 Program Instructions
TRON/TROFF
Field of Application
Statements enabling/disabling tracing of the program execution.
Syntax TRON|TROFF
TRON enables tracing.
TROFF disables tracing (default)
Remarks
Useful for debugging purposes. When tracing is enabled, each line
number of the program is displayed on the screen within parentheses
as the execution goes on.
Tracing will be disabled when a TROFF statement is executed.
Example
10 PRINT "HELLO"
20 INPUT"Enter Text"; A$
30 PRINT A$
TRON
RUN
yields:
(10) HELLO
(20) Enter text? (Operator enters "WORLD")
(30) WORLD
Page view 270
1 2 ... 266 267 268 269 270 271 272 273 274 275 276 ... 331 332

Comments to this Manuals

No comments