D
Dan R.
I always use this to find the length of a text file but isn't there a
better way?
While (EOF(1) <> True)
Input #1, ' text
count = count + 1
Wend
Thanks,
-- Dan
better way?
While (EOF(1) <> True)
Input #1, ' text
count = count + 1
Wend
Thanks,
-- Dan