As you have seen, duplicate does not work correctly. However, you could add a duplicate() method to your cfc that would do the same job.
======================================================================== === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc (www.mindseye.com) Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia) Email : [EMAIL PROTECTED] Blog : www.camdenfamily.com/morpheus/blog Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Tim Blair > Sent: Tuesday, July 29, 2003 3:00 AM > To: [EMAIL PROTECTED] > Subject: [CFCDev] Object copy > > > Morning all, > > Is there any way to retrieve a _copy_ of an object rather > than a reference to it? Doing duplicate(myobject) simply > returns a stucture of functions rather than the object... > > Tim. > ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com).
