Futurebasic/Language/Reference/on error return

From Wikibooks, open books for an open world
< Futurebasic | Language | Reference
Jump to: navigation, search

Contents

[edit] ON ERROR RETURN

[edit] Statement

(+) Appearance (+) Standard Console

[edit] Syntax

ON ERROR RETURN

[edit] 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.

[edit] See Also

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

Personal tools
Namespaces
Variants
Actions
Navigation
Community
Toolbox
Sister projects
Print/export