> I d like to know if there is a way to force garbage collection of
> objects (still referenced)...
A still referenced object is never garbage-collected. You must cut
the reference first, that is, write another object (like nil) into
the variable that references your object.
not so easy :)
especially when I explore or inspect to see pointers :)
_______________________________________________ Beginners mailing list [email protected] http://lists.squeakfoundation.org/mailman/listinfo/beginners
