oh yeah.. I just added that as an example..cause im not sure what it is you want done with the text/data returned..

you can do something like this:

sometextFileName_1.html = true;
sometextFileName_1.htmlText += hName;
sometextFileName_2.html = true;
sometextFileName_2.htmlText += hComments;
sometextFileName_3.html = true;
sometextFileName_3.htmlText += hDate;

that will put all names in one field

all comments in one field

all dates in one field..

(of course you need to have your textfields set to multi-line)


what are you trying to do with the text? (how do you want it displayed)