-
I'm getting a run-time 62 (input past end of file)
I am facing a problem while loading large .txt File into a string variable.
I'm getting a run-time error "62" (Input Past End Of File) every time I do
so.
The code I had used is as follows.
dim mystring as string
FileNum = FreeFile
Open For Input As #FileNum
If Not EOF(FileFNum) Then
mystring = Input$(LOF(FileNum), FileNum)
End If
Does anybody know the solution to this one?
Thanks....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks