i use this code to open text files, but it cant open large ones...
is there a better code?
VB Code:
Open Filename For Input As #1 Do While Not EOF(1) Text1 = Input(LOF(1), 1) Loop Close #1
|
Results 1 to 15 of 15
Thread: open large text filesThreaded View
|
Click Here to Expand Forum to Full Width |