On Feb 13, 2007, at 5:41 PM, [EMAIL PROTECTED] wrote:
I know that a RB will destroy objects with no references remaining, but is it possible to force an object to get destroyed, even if there are multiple references to it?
You have to get rid of all the references by nil'ing them or having the objects holding the references go out of scope
There's no "kill this object" _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
