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
