You can parse the text in a multitude of ways. The right method to chose depending on your document structure.
What does your document look like ?
This is what I have:
Ajax > Request TEXT.doc ("ReadData" >)
OnTouch > SetText > Ajax.LastData
So far so good. And the document looks like this:
----------------------------------------------------------------------------
The quick brown fox jumps over the lazy dog.
Pack my box with five dozen liquor jugs.
Sphinx of black quartz, judge my vow.
etc
etc
---------------------------------------------------------------------------
Imagine if I have to create 3 separate text documents in the example above, nonsense. Is there a way that I can just grab portions of text from one single document?
Hope I was clear on this. thanks for taking the time.