Hi,
I know how to open a text file for input but I don't know how to do the following:
I have a text file named data.txt. It is not delimited except for CRLFs at the end of each line.
The start of each line has a number such as:
907
908
909
etc...
What I need to be able to do is to read the complete line in to a variable that starts with 907.
Any help would be appreciated..
DAn
