Table of Contents

OffError (Statement)

Format

offerror

Description

Removes the last error trap defined with the OnError statement. If all of the traps have been removed then error trapping is restored to the default behavior.

You may not execute an OffError statement inside a Try / Catch / End Try statement.

Example

See examples of usage on OnError and ThrowError pages.

See Also

2016/01/01 22:42

History

0.9.6zNew To Version