0704
Jump to navigation
Jump to search
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) |