Mrjefferson75
01-27-2008, 01:31 PM
im getting a runtime error 62 input past end of file? what does that mean?
runtime error 62Mrjefferson75 01-27-2008, 01:31 PM im getting a runtime error 62 input past end of file? what does that mean? Mrjefferson75 01-27-2008, 04:46 PM should i post the code where i get the error? Flyguy 01-28-2008, 01:41 AM Indeed, better show the code in which you read the file. The error idicates that you are trying to read data from the file while all data is already being read. So there is not data left. You can check this using the EOF method. |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum