What's the best way to make a deep copy of a created object, in this case it's of a CFC. The object is cached in the application scope after the "constructor" is called and is used throughout the application. However there are some pages where I need to change some of the default values that were passed into the Init function, so I want to copy it to the request scope. I can't tell what the duplicate function is doing, but it doesn't copy all the methods. I would have thought duplicate is the answer.
Thanks! Daniel ---------------------------------------------------------- To post, send email to [EMAIL PROTECTED] To unsubscribe: http://www.dfwcfug.org/form_MemberUnsubscribe.cfm To subscribe: http://www.dfwcfug.org/form_MemberRegistration.cfm
