Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Either an Input statement is reading from a file that is empty or one in which all the data is used, or you used the EOF function with a file opened for binary access.
To correct this error
Use the
EOFfunction immediately before theInputstatement to detect the end of the file.If the file is opened for binary access, use
SeekandLoc.
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.