This is my first post so let me begin by greeting you all
Hi all! 
My question is:
How can I access all loadVars data returned back from a server?
After sending some bogus data I can see in the debug variable window:
Variable _level0.myVars = [object #230, class ‘LoadVars’] {
nick:undefined,
pds:“request.forms”,
password:undefined,
onLoad:[function ‘onLoad’],
<html> <head> <title>Form2pds result</title> <basefont face:"“Arial”> </head> <body><h1>Request stored</h1> <hr> <p>The request has been successfully stored as <b>RQ000022</b>. <p><hr></body></html>"
}
What I want to achieve is to access the part after “onLoad:[function ‘onLoad’],”
So I would like everything between the <html> and </html> tags
Is this possible?