On Aug 10, 2006, at 11:45 AM, [EMAIL PROTECTED] wrote:
Can I make a collection of classes?
If A is a class
can I just say
collection.value("1")= A
No, because a class (as opposed to its instances) in REALbasic right
now is equivalent to a module: just a collection of methods and
properties.
What you're asking for can be called "first-class classes" (meaning
classes are "first-class" things: you can put them in variables, and
so on). This would be a most valuable capability, and there is a
feature request for it:
<http://www.realsoftware.com/feedback/viewreport.php?reportid=ngrccqde>
Guyren G Howe
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>