Switch Error Handling
ERROROFF
ERRORON
The normal error handling is switched off or on.
After switching error handling of, no errormessages are displayed and the program does not abort. It is the task of the program to handle the error. Therefore the variable error is set.
Use ERROROFF and ERRORON strictly paired!
|