Problems with LoadVars

I’m loading data from sql, by using asp.net. I’ve made the script in vb, but now i have problems with flash. I can load data, by using

trace(this.body);

But i dont’t know how to get the data with the while loop

var i = 0;
while(something){
i = i+1
trace(this.body + i);
}

I get something like these from asp.net

body1=abc&body2=def&body3=......

Can anybody help me? :worried: