Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 EOF function immediately before the Input statement to detect the end of the file.
If the file is opened for binary access, use Seek and Loc.