Denso Power Net Terminal BHT-7500 Dokumentacja Strona 366

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 560
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 365
Chapter 15. Function Reference
357
Syntax:
ERR
Description:
ERR returns the code of a run-time error that invoked the error-handling routine.
The returned value is in decimals, so it may be necessary to use the
HEX$ func-
tion for decimal-to-hexadecimal conversion when using the ERR function in error-
handling routines.
Codes which the
ERR returns correspond to ones that are listed in Appendix A1,
"Run-time Errors," if converted from decimals to hexadecimals with the
HEX$
function.
Since the
ERR function returns a significant value only when a run-time error
occurs, you should use this function in error-handling routines where you can
check the error type for effective error recovery.
Reference:
ERRor code Error-handling function
ERR
Returns the error code of the most recent run-time error.
Statements:
ON ERROR GOTO and RESUME
Functions:
ERL and HEX$
Przeglądanie stron 365
1 2 ... 361 362 363 364 365 366 367 368 369 370 371 ... 559 560

Komentarze do niniejszej Instrukcji

Brak uwag