And to clarify further - if the array contains structures, then you will need duplicate again.
======================================================================= Raymond Camden, ColdFusion Jedi Master for Macromedia Email : [EMAIL PROTECTED] Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -----Original Message----- > From: Dave Watts [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 12, 2002 2:28 PM > To: CF-Talk > Subject: RE: Absolutly neccesary to cflock session variables > > > > > Arrays are passed by value, like simple variables are. > > > Queries and structures are passed by reference, in which > > > case you're correct about that "pointer" thing. > > > > Just to clarify that statement, does this mean that I do not > > need to use the Duplicate() function around an array, but I > > do need to use it with queries and structures? > > Yes, that's correct, assuming you want to pass all of these > explicitly by > value instead of by reference. ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

