> However, it's not generally an issue, because you shouldn't normally be > keeping > references around for stuff that isn't used anymore. The garbage collector is > smart enough to deal with circular references and the like, so the biggest > cases > where you'd normally need weak references aren't actually a problem. You're > trying to do something fairly abnormal here. >
Thanks Jonathon, with some effort I hope to wriggle out of the situation. Regards - Cherry