V
VC
Hi All,
Here is what I am trying to do.
I have a list of strings (Array, Collection or some store) stringlist1
I have an input text file. datafile1.txt
Given the list of strings and this input file, I want to parse the file and
see if the strings are found in the file. The result from this operation is
a list that contains only those strings from "stringlist1" that had a match
in the input file.
Is it a straighforward call or should I iterate through the file line by
line and then do a match/comparison for all items in the stringlist?
Thanks for your time,
V!
Here is what I am trying to do.
I have a list of strings (Array, Collection or some store) stringlist1
I have an input text file. datafile1.txt
Given the list of strings and this input file, I want to parse the file and
see if the strings are found in the file. The result from this operation is
a list that contains only those strings from "stringlist1" that had a match
in the input file.
Is it a straighforward call or should I iterate through the file line by
line and then do a match/comparison for all items in the stringlist?
Thanks for your time,
V!