Input past end - (%ERR_INPUTPASTEND) - You tried to read more data from a file than it had to read. Use the EOF (end of file) function to avoid this problem. Trying to read from a sequential file opened for output or append can also cause this kind of error.