User Tools

Site Tools


de:onerror

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

de:onerror [2016/01/01 22:37]
de:onerror [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== 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 [[gosubreturn|Return]] statement in the subroutine.
 +
 +==== Example ====
 +
 +See example of usage on [[Errorcodes|Error Codes]] page.
 +
 +==== See Also ====
 +[[Errorcodes|Error Codes]], [[Lasterror|Lasterror]], [[Lasterrorextra|Lasterrorextra]], [[Lasterrorline|Lasterrorline]], [[Lasterrormessage|Lasterrormessage]], [[Offerror|Offerror]]
 +
 +==== New To Version ==== 
 +0.9.6z
  
de/onerror.txt ยท Last modified: 2020/02/28 10:46 (external edit)