Ok i am pulling data line by line from a PPML what i need to do is:
If "current line" matches my string then write that line to a new file
that part I have down my only issue is, is that the "current line" has filenames with in it that change constently
i would like to be able to do something like a string with wildcards in it : "<currentline>src=""*""/>" but this does not seem to work
Do i need to do an index with conditions or is there a different way
if i do need to do an index how would i go about doing that in vb .net for studio 2008
If "current line" matches my string then write that line to a new file
that part I have down my only issue is, is that the "current line" has filenames with in it that change constently
i would like to be able to do something like a string with wildcards in it : "<currentline>src=""*""/>" but this does not seem to work
Do i need to do an index with conditions or is there a different way
if i do need to do an index how would i go about doing that in vb .net for studio 2008