Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Finding all objects derived from a specific object.

From: wayne:knowngood at: 28-Oct-2006 12:30

I am working on some code where a series of objects will be derived from a central object called 'attribute'. Is there a way to list all of the new objects derived from 'attribute'? I have thought about using a global list that gets updated when a new attribute is created. So long as the update function is called it would work, but I was curious if there was an existing way to query the object hierarchy. Thanks for any help, Wayne