structDelete(variables, "variableName")
Yes, that will also cause the variable to be garbage collected (eventually). To be honest, I doubt it'll make much difference to performance (except perhaps slow things down since structDelete() is expensive) - unless you're talking about instance data in a CFC that is held in a shared scope.
CFMX is very good at creating and destroying short-lived data - without you needing to do anything like this.
Regards, Sean
--- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]
MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
