Index // Onerror


Format:

onerror label

Description:

Causes the subroutine at label to be executed when an runtime error occurs. Program control may be resumed at the next statement with a Return statement in the subroutine.

See Also:

Error Codes, Lasterror, Lasterrorextra, Lasterrorline, Lasterrormessage, Offerror

Example:

See example of usage on Error Codes page.

Revised:

0.9.6z