Remote-processing CAMBASIC Manuale Utente Pagina 76

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 208
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 75
Commands - 43
ERL
System Variable
SYNTAX: n = ERL
PURPOSE: To return the line number associated with an error.
REMARK S: The function returns the line number of the last error encountered by CAMBASIC.
RELATED: ERR, ON ERR, RESUME
EXAMPLE: 10 ON ERR GOTO 50 : 'enable error trapping
20 INPUT"Enter a number to divide by. (0 will cause error):”,A
30 B=10 / A
40 GOTO 20
50 PRINT"Error#" ; ERR” ; occurred on line#” ; ERL
60 ON ERR GOTO 50 : ‘re-enable error trapping
70 RESUME NEXT : ‘resume at next statement after error
ERROR: none
Vedere la pagina 75
1 2 ... 71 72 73 74 75 76 77 78 79 80 81 ... 207 208

Commenti su questo manuale

Nessun commento