ChewDoggie
Programmer
Hello All !
I have a text file that is opened via this command:
and I want to (programatically) read a couple of lines in the file and then reset the cursor to the first line in the file.
I've been able to read each line but does anyone know how to reset the cursor to the first line in the file again?
Thanks!
AMACycle
American Motorcyclist Association
I have a text file that is opened via this command:
Code:
Open cdlOpen.FileName For Input As #1
and I want to (programatically) read a couple of lines in the file and then reset the cursor to the first line in the file.
I've been able to read each line but does anyone know how to reset the cursor to the first line in the file again?
Thanks!
AMACycle
American Motorcyclist Association