|
|
|
|
|
| | |
|
Active Server Pages what is asp programming how to sample asp example code scripts software asp forum mail sessions applications global.asa CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Session Variables and Arrays |
From: |
Tim Lasek |
Date: |
3/10/1999 8:45:09 AM |
IP: |
207.51.162.13 |
You don't have to declare it in the global.asa. You can declare it any time, for example:
Dim TestArray(10,10)
Session("MyArray") = TestArray
or visa-versa:
TestArray = Session("MyArray")
Response.Write(TestArray(1,1))
|
Previous Message
Follow Up - Re: Session Variables and Arrays - John 3/10/1999 10:15:06 AM
|
|
|
|
|
|
|
|
|
|
|
|