Before I ask I just want to say that I HAVE looked this up, and I just can't figure it out.
So I've got a web call returning an incredibly long string of text that I need to split up. I want to use textfieldparser but I don't want to save this string as a file and textfieldparser seems to be all about files or... streams and I don't understand streams. So how would I feed a string into this? Can I convert it to a stream? I realize this is probably super simple so I apologize for my ignorance.
Thank you very much for your help!