User Tools

Site Tools


en:onerror

This is an old revision of the document!


OnError (Statement)

Format

onerror label

Description

Causes the Gosub at label to be executed or Subroutine to be called when an runtime error occurs. Program control may be resumed at the next statement with a Return statement in the subroutine. Error traps are kept in a stack so that the last defined trap, that has not been removed with an OffError will be the active one.

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

Example

See example of usage on Error Codes and ThrowError pages.

See Also

History

0.9.6zNew To Version
en/onerror.1451713298.txt.gz · Last modified: 2020/02/28 10:46 (external edit)