fairly goof proof way to read a text file into an array
The number of array elements is Ubound(str)Code:Dim str() as string Dim tmp as String Open "myfile" for input as #1 tmp = input(LOF(1),1) str=Split(tmp,vbCrLf)
|
Results 1 to 10 of 10
Thread: EofThreaded View
|
Click Here to Expand Forum to Full Width |