UBI EasyCoder 201 IIE Manual de Instruções Página 271

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 332
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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
Vista de página 270
1 2 ... 266 267 268 269 270 271 272 273 274 275 276 ... 331 332

Comentários a estes Manuais

Sem comentários