back to Table of Contents


InternalErrHandler (sub)

Clear the globally SHARED variable appLastErr%, then switch the error handling to the Internal error handler. This handler will just store the error number into appLastErr% and then RESUME to the instruction following the one which caused the error. This behavior may be used to simply ignore any error or to check what error happened and accordingly control the further program flow.


SYNTAX:

InternalErrHandler

NOTES:


back to Table of Contents