UBI EasyCoder 201 IIE Manuel d'instructions Page 271

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 332
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 270
1 2 ... 266 267 268 269 270 271 272 273 274 275 276 ... 331 332

Commentaires sur ces manuels

Pas de commentaire