Hi,
I have some textfiles to pick apart, and I could use a little help. After cleaning out the garbage characters, I am inserting a delimiter ( ` ) at the beginning of each string of text I want to read and then write it to a single line in a new text file. The string I want to keep varies in length.
Essentially, I want to read the file character by character, and when hitting the delimiter, begin writing into a new file until hitting the delimiter again, then do a vbcrlf and write and so on…
Any help is greatly appreciated.
Thanks,
Dave P.