< Futurebasic < Language < Reference

ON ERROR RETURN

Statement

(+) Appearance (+) Standard Console

Syntax

ON ERROR RETURN

Description

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.

See Also

ON ERROR FN; ON ERROR END; ERROR function;SYSERROR function

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.