FutureBasic Logo

<<    Index    >> FutureBasic

on error return   statement



Syntax
on error return

Description
Use this statement to reinstate FutureBasic's standard error checking routines. After this statement is invoked, FutureBasic 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 FutureBasic's error checking, use on error end.

See also
on error fn; on error end; error function