If you really wanted to, you could use:
 
StructDelete(structure, key [, indicatenotexisting ])
 
StructDelete ( variables, "objectKey" [, true] )
 
Ryan

>>> [EMAIL PROTECTED] 01/11/2006 08:31 >>>

I have a cfloop that iterates through a query and creates an object for every 
userid that is returned in the query. Is there a way that I can dispose of the 
object once I am finished with it so that I can free up the processor and 
memory space. The loop could create up to 80 objects in any run, depending on 
the number of userid's that are returned in the query.

Any help would be appreciated.

H



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258658
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to