CodeCharge Studio
search Register Login  

Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> Archive -> CodeChargeStudio.Discussion

 Arrays as session veriables??

Print topic Send  topic

Author Message
Chris Moore
Posted: 07/21/2003, 3:40 PM

Is it possible to have an array as a session variable? If yes, are there
some ASP examples somewhere?

Thanks

Chris
Robert Rodgers
Posted: 07/22/2003, 6:18 AM

Session("aMyArray") = Array("Rob","Andy","Pete")

or

Dim aMyArray()

Redim aMyArray(3)

aMyArray(0) = "Rob"
aMyArray(1) = "Andy"
aMyArray(3) = "Pete"

Session("aMyArray") = aMyArray

Rob

--
"Every absurdity has a champion to defend it"
Oliver Goldsmith
++++++++++++++++++++++++++++++

"Chris Moore" <chris@dblayout.com> wrote in message
news:Xns93BFB41CF9E5Acabubba@66.180.229.147...
Is it possible to have an array as a session variable? If yes, are there
some ASP examples somewhere?

Thanks

Chris


   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Internet Database

Visually create Web enabled database applications in minutes.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.