Hi All. Looking for advice, examples, or code snippets on parsing through an array of objects.
For example, I have three objects: Company Process Owner Each company has multiple companies, multiple processes, and multiple owners. In the company object, there is an array of companies. I need to be able to recurse through the Company objects Companies array and downstream. The answer is probalby in recursion, but still have not successfully coded a recursion loop in RB that can read this kind of data, or similar data (such as a TreeView). Regards, Kirt Cathey _______________________________________________ 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>
