Loading Multiple Vars Into One Textbox

Hey i am having trouble loading multiple variables into a multline textbox. I am using asp which will output a recordset into flash. For testing purposes var0 should equal three names in my array. Flash is only reading 1. How do I set flash up to read that whole array(3 variables in one textbox)? I know Flash won’t output var1 or var2 because I don’t have those textfields with those variable names.

Here’s what var0 outputs

http://www.delusionalfx.com/exp/flash_asp/register/test.asp

Here’s my Flash code


loadVariablesNum("http://www.delusionalfx.com/exp/flash_asp/register/test.asp",0,"GET");

I have one flash multiline textbox with a variable name var0

Here’s what flash reads

http://www.delusionalfx.com/exp/flash_asp/register/users.html

I figured that this was more of a flash problem so I posted it here.

Thanks in advance