Maybe getting pedantic here but, from the manual: structDelete = Removes an element from a structure
The variable (or structure) itself is still there, you've just knocked a branch off it. So does this reduce the memory being used? I don't know - probably does, unless its making a copy & returning a pointer to the copy. So if you parsed an RSS feed into session.myRSS and then when you'd finished with it you <cfset request.myRSS = 0> or <cfset structDelete(request, "myRSS")> I'd say you're probably going to be using less memory but I still don't think its worth doing in 99% of cases. Cheers Mark ------------------ Mark Stanton Technical Director Gruden Pty Ltd Tel: 9956 6388 Mob: 0410 458 201 Fax: 9956 8433 http://www.gruden.com --- 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
