(Newbee) Thoughts about removing class with code

Marcus Pedersén marcus.pedersen at comhem.se
Mon Nov 14 21:38:41 UTC 2005


Hi!
I have a tempVariable (String) holding the name of my class that I want to "delete".
But how do I get hold of the class so I can remove it?
Something like:
| className |
className := 'myClass'.
className removeFromSystem. 
(Ofcause this does not work as className is a String)
But how do I get hold of the class to be able to make this work?

Many thanks in advance!
Marcus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20051114/808c1fe6/attachment.htm


More information about the Squeak-dev mailing list