Put it into a session variable like: <cfset session.aFundData = ArrayNew(2)> <cfset session.aFundData[1][1] = "Yahoo"> <cfset session.aFundData[1][2] = "14.09"> <cfoutput> #session.aFundData[1][1]# #session.aFundData[1][2]# </cfoutput> -----Original Message----- From: M. Todd Mitchell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 8:54 AM To: CF-Server Subject: Session Array Is there a way to set an array that will be accessible for the duration of the session? _________________________ Todd Mitchell Web Analyst/Developer Ohio University (740)597-2525 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm ------------------------------------------------------------------------------ To unsubscribe, send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body or visit the list page at www.houseoffusion.com
