A
Access101
Can you START at a chosen line within a text file, or do you always have to
start at line one.
For that matter, can you start at the end of the file, and work your way
backward?
Open "C:\text.txt" for input as #1
Do While Not EOF(1)
Line Input #1, strVal
start at line one.
For that matter, can you start at the end of the file, and work your way
backward?
Open "C:\text.txt" for input as #1
Do While Not EOF(1)
Line Input #1, strVal