__________/ Rich Wild \__________
yup, the following does not carry over form.foo to the request scope:
<cfset form["foo"] = "bar"> <cfset request = duplicate(form)>
<cfdump var="#form#"> <cfdump var="#request#">
it has to be the contents that you carry over.
I've never needed specifically to copy entire scopes to other scopes before,
so thats why I've never come across this. Ah well, its nice to learn new
quirks, especially on a Friday!
-- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
