Errorhandling
Hi
Is it possible to catch an error and give out an own errormessage or "ignore" the error?
Thanks
Archive: Errorhandling
Errorhandling
Hi
Is it possible to catch an error and give out an own errormessage or "ignore" the error?
Thanks
Many errors will set the Error flag. They are ignored if you don't check for it. If you do check, you can put out your own error message.
Ah, allright, thanks ^^