K
kensworld2
I need some help with text files.
My company regularly retrieves a text file from it's customers that
contains 5 lines. The first 4 are header info. The 5th line is 1481
characters long. It is made up of settings for the software we sell
so that we may easily see where a potential problem might be. Since
the data already exists in the text file I didn't want to store it
permanently in an MDB. I would like to read the 5th line into a
string and use the MID Function to display it in a form that the
software support folks can understand. Then when the support folks
want the latest data they can simply re-display the most current data
when neccessary. The file name is the customers number i.e.
123456.txt
I can't seem to find a way to skip the first 4 lines and worse yet (I
know.. I know) how to capture the string so I may manipulate it.
I really just need a place to start. Any and all help will be greatly
appreciated.
Thanks in advance
Ken Brown
(e-mail address removed)
My company regularly retrieves a text file from it's customers that
contains 5 lines. The first 4 are header info. The 5th line is 1481
characters long. It is made up of settings for the software we sell
so that we may easily see where a potential problem might be. Since
the data already exists in the text file I didn't want to store it
permanently in an MDB. I would like to read the 5th line into a
string and use the MID Function to display it in a form that the
software support folks can understand. Then when the support folks
want the latest data they can simply re-display the most current data
when neccessary. The file name is the customers number i.e.
123456.txt
I can't seem to find a way to skip the first 4 lines and worse yet (I
know.. I know) how to capture the string so I may manipulate it.
I really just need a place to start. Any and all help will be greatly
appreciated.
Thanks in advance
Ken Brown
(e-mail address removed)