Syntax
error = _noErr
Description
This statement clears FutureBasic's internal error register after an error has occurred. If your program has an error-handling function (defined using the on error fn statement), then you should execute this statement within that function, after you have used the error function to retrieve information about the error.
See also
error function; on error fn/gosub