|
-
Sep 5th, 2001, 02:16 AM
#1
Thread Starter
New Member
run-time error 59
I know this is gonna be something really stupid, but for some reason, I can't locate the problem.
I keep getting an error 59 when trying to get this info from a file into an array. Here is the code:
Open (App.Path & "\" & "RegSales.txt") For Random As #intFNum
'im not sure what to put for len
Do Until EOF(intFNum)
Get #intFNum, intCounter, varLine
strArray(intCounter) = varLine
intCounter = intCounter + 1
Loop
Please help. This is a homework assignment, and I need to get it done tonight.
Thanks in advance,
Skyler
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
|
Click Here to Expand Forum to Full Width
|