Hi, Could some one point me in the right direction.
I'm trying to get a value thats in a file between tags.
for instance:
I'm reading an array out of a file per line
example:
myArray[0] = "<FILE_NAME>Testfile.dat</FILE_NAME>";
What i'm trying to do is to read every field in the array and search for the value between the predefined tags.
what will be the most efficient way to do this?
Thanks in advanced.
Nick