<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2668" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi!</FONT></DIV>
<DIV><FONT face=Arial size=2>I have a tempVariable (String) holding the name of 
my class that I want to "delete".</FONT></DIV>
<DIV><FONT face=Arial size=2>But how do I get hold of the class so I can remove 
it?</FONT></DIV>
<DIV><FONT face=Arial size=2>Something like:</FONT></DIV>
<DIV><FONT face=Arial size=2>| className |</FONT></DIV>
<DIV><FONT face=Arial size=2>className := 'myClass'.</FONT></DIV>
<DIV><FONT face=Arial size=2>className removeFromSystem. </FONT></DIV>
<DIV><FONT face=Arial size=2>(Ofcause this does not work as className is a 
String)</FONT></DIV>
<DIV><FONT face=Arial size=2>But how do I get hold of the class to be able to 
make this work?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Many thanks in advance!</FONT></DIV>
<DIV><FONT face=Arial size=2>Marcus</FONT></DIV></BODY></HTML>