|
|
|
|
|
| | |
|
Active Server Pages ASP control controls class classes module script Scripts applet CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: How to declare an array of session variable? |
From: |
Shailesh Lolam |
Date: |
4/11/2000 10:12:09 AM |
IP: |
203.94.239.76 |
Hi there,
First declare an array use it and then set it into the Session variable.
EXAMPLE
Dim arr()
arr(0) = "sdfsdg"
arr(1) = "dsfdsfh"
Session("myarray") = arr
i hope u got it, feel free to as for further query u have
Good Luck
Shailesh Lolam
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|