yep works real well I did this

Code:
<%for p = 0 to ubound(strSt)%>
			<input type="hidden" name="ArrayState" value="<%=strSt(p)%>">
         <%next%>
         
         <%for d = 0 to ubound(strSt)%>
			<input type="hidden" name="ArrayTotal" value="<%=strTl(d)%>">
         <%next%>