I'm developing a verifying program.
for example ) test.txt, 1, 1, 1, "F", 5, 5, 6, "TT" ...
test.txt : file name to verify
1 : line number of the file
1 : start offset of line
1 : end offset of line
"F" : compare data
5 : line number of the file
5 : start offset of line
6 : end offset of line
"TT" : compare...
User Profile
Collapse
-
How to move file pointer to the start point?
hello
I use visual basic 6.0.
I want to read file twice.
First i read file then i don't know how to move the file pointer to the start point.
i don't want to close file and reopen.
example)
Open InputFileName For Input As #1
While Not EOF(1)
Line Input #1, line
...
Wend
'move file pointer to the start point...
No activity results to display
Show More
Leave a comment: