I have an app that looks at a folder and waits for text files. When one arrives, it opens the file. I ned to parse it when it finds "$$$" in the text.
A sample of the text in the file would be like this:
AB:::Withold 99296123$$$Reason is unknown
I need a string that is everything up to and including the $$$ as one string and everything after the $$$ to be a separate string
How can I do this?
Thanks
fergmj
A sample of the text in the file would be like this:
AB:::Withold 99296123$$$Reason is unknown
I need a string that is everything up to and including the $$$ as one string and everything after the $$$ to be a separate string
How can I do this?
Thanks
fergmj