quick thought: i'm not positive about this, but i don't think you really
need the duplicate() function for the request scope if you're just
assigning it's value to another variable. the request scope only lasts for
the page request, so it's going to expire anyway. i think that the
duplicate() function is most useful for scopes that persist (like
application, server, session) when you're trying to fully copy them from
their scopes. -emily
> [1] Is using duplicate() on queries always a bad idea, or just when you
>are copying them back to caller scope? (I think I've "duplicated" queries
>in app.cfm to app scope without incident, but I'm doubting my memory based
>on this experience.)
>
> [2] I was surprised that a straight assignment worked. Can anyone tell
>me when I should use straight assignment vs. duplicate()?
>
> [3] I saw a post in Forums that I have to pay $75 to make a bug
>report. Is this true?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.