Futurebasic/Language/Reference/on error return
Appearance
ON ERROR RETURN[edit | edit source]Statement[edit | edit source]
Syntax[edit | edit source]
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 |