Hi, what I am trying to achieve is to extract a certain word from a .txt file, eg. "word". I am also running an XML file into a dataset. Within this dataset I want to locate the column which has the name "word" (same string from txt file). Once I have the record in this colomn, I simply want to be able to use it as a string.
Example text file:
blah blah blah word blah
Example DataSet:
Colomn_1, Colomn_2, word
Can anybody help me with this?
Thanks in advance,
Judge