How to define an session array?
Www.aspsky.net 2000-4-20 Pioneer
DIM myArray ()
Redim MyArray (5)
Session ("StoredArray") = MyArray
This time is like this: Localarray = session ("storedarray")
Localarray (1) = "there"
Response.write (Localarray (0) & localaRray (1))