That'll pass a reference, right? -----Original Message----- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Monday, January 24, 2005 5:13 PM To: CF-Talk Subject: Re: Passing an Array through a session variable...
could you elaborate? just set it in the session... on Application.cfm: <cfparam name="session.myArray" default="#arrayNew(n)#" /> (where n is the # of dimensions, of course) On Mon, 24 Jan 2005 14:06:19 -0800, Charles Heizer <[EMAIL PROTECTED]> wrote: > Hello, > I was wondering how to pass an array through a session variable? > > Thanks, > - Charles > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware: a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:191603 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

