Sorry, I couldn't figure out how to retrieve the values after they were store, but I got it.
Code:for i = 0 to ubound(session("arrregion"))
Response.Write session("arrregion")(i)
next
Printable View
Sorry, I couldn't figure out how to retrieve the values after they were store, but I got it.
Code:for i = 0 to ubound(session("arrregion"))
Response.Write session("arrregion")(i)
next