<!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 want to evaluate if a class already exists but I 
can not figure out how to do it.</FONT></DIV>
<DIV><FONT face=Arial size=2>I get a string from a textfield in a GUI and wants 
to send a reply back (CustomMeny) telling the user if a class exists with that 
name.</FONT></DIV>
<DIV><FONT face=Arial size=2>I have been looking around in Object and Class 
classes for a&nbsp;method&nbsp;but I can not find anything that 
works.</FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>What Im looking for:</FONT></DIV>
<DIV><FONT face=Arial size=2>| myString |</FONT></DIV>
<DIV><FONT face=Arial size=2>myString := 'text'.</FONT></DIV>
<DIV><FONT face=Arial size=2>myString "isAClass" ( or something like that, that 
returns true if there already is a class called 'text').</FONT></DIV>
<DIV><FONT face=Arial size=2>Many thanks in advance!</FONT></DIV>
<DIV><FONT face=Arial size=2>Marcus</FONT></DIV></BODY></HTML>