On Aug 24, 2006, at 3:10 PM, Alexander Cohen wrote:
Does anyone know of any code hacks that would allow a developer to
instantiate a custom class from within the IDE by name?
example:
dim instance as Object = NewInstanceOfObjectByName("MyCustomClass")
This is an example of something you could implement elegantly with
"first class classes" (classes that are themselves objects). If you
are interested in this capability, sign on to <http://
www.realsoftware.com/feedback/viewreport.php?reportid=ngrccqde>.
Until then, your simplest solution is a dirty big case statement.
Guyren G Howe
Relevant Logic LLC
guyren-at-relevantlogic.com ~ http://relevantlogic.com
REALbasic, PHP, Python programming
PostgreSQL, MySQL database design and consulting
Technical writing and training
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>