fl.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
F6405
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     FORTRAN run-time error F6405
 
     external I/O illegal beyond end of file
 
     The program tried to access a file after executing an ENDFILE
     statement or after it encountered the end-of-file record during a
     read operation.
 
     A BACKSPACE, REWIND, or OPEN statement must be used to
     reposition the file before execution of any I/O statement that
     transfers data.
                                    -♦-