Futurebasic/Language/Reference/on error return

From Wikibooks, open books for an open world
Jump to navigation Jump to search

ON ERROR RETURN[edit | edit source]

Statement[edit | edit source]

(+) Appearance (+) Standard Console

Syntax[edit | edit source]

ON ERROR RETURN

Description[edit | edit source]

Use this statement to reinstate FB's standard error checking routines. After this statement is invoked, FB will display an error dialog and halt the program when a file error is encountered. If your program has established its own ON ERROR FN vector, it will be ignored. If you wish to return control to your internal routine or turn off FB's error checking, use ON ERROR END.