0704

From BR Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Summary:

File handle not open

Cause:

Attempt at accessing an unopened file.

Remedy:

Open the file before attempting to access it or correct the file handle referenced in the statement that caused the error. Perhaps adding an IOErr condition to the end of a Close statement.

See Also: File (internal function)