R
Ron
I want to read in a text file, I have never done this, and then I
want
to use a regular expression, because I think it would be easiest, to
go through that file line by line and pick out all the part numbers,
all of our part numbers start with AU- so what I would like to do is
read in c:\masterparts.txt and what I would really like to do is
display the whole text file in a label on the form making all text
GREY except for the part numbers, those would be highlighted in blue
or something, or if not that just display all the AU- found and the
number of times found. Can anyone help me with how to do this? thanks
want
to use a regular expression, because I think it would be easiest, to
go through that file line by line and pick out all the part numbers,
all of our part numbers start with AU- so what I would like to do is
read in c:\masterparts.txt and what I would really like to do is
display the whole text file in a label on the form making all text
GREY except for the part numbers, those would be highlighted in blue
or something, or if not that just display all the AU- found and the
number of times found. Can anyone help me with how to do this? thanks