Hi,I need to delete all the instances of a class. I would like to know, wich is the best way to do this.
I'm trying this: IGCompany allInstances do: [ :each | each := nil]. But this, doesn't works. All help is appreciated. Cheers. _______________________________________________ Beginners mailing list [email protected] http://lists.squeakfoundation.org/mailman/listinfo/beginners
