UBI EasyCoder 201 IIE Manuale delle Istruzioni Pagina 271

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 332
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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
Vedere la pagina 270
1 2 ... 266 267 268 269 270 271 272 273 274 275 276 ... 331 332

Commenti su questo manuale

Nessun commento