PotaZinga 0 Newbie Poster

Hi

please help i would like to know if it is possible to request all form vairables and store them in one variable and cycle through them and display them in a table like if you where to use the

<% 
        For i = 1 To Request.Form("displayname").Count 
        Response.Write Request.Form("displayname")(i) & "<BR>" 
        Next
        %>

but in this case for all values in the form stored in one variable

thanks in advance