What would you expect the output of this to be, and why?
<cfset url.test = 1> <cfset tempurl = structcopy(url)> <cfset structdelete(tempurl, "test")> <cfoutput> #structkeyexists(url,"test")# </cfoutput> I'm using CF MX6.1. Can anyone with 7 let me know what the output is? You are subscribed to cfcdev. To unsubscribe, please follow the instructions at http://www.cfczone.org/listserv.cfm CFCDev is supported by: Katapult Media, Inc. We are cool code geeks looking for fun projects to rock! www.katapultmedia.com An archive of the CFCDev list is available at www.mail-archive.com/[email protected]
