On Jan 26, 2007, at 10:15 AM, [EMAIL PROTECTED] wrote:
You can create any RB class and set its properties using the dynamic access APIs. Check the main plugin documentation page; I believe there's a section about it.
I hadn't used Dicts before, so it didn't click that they were classes and could be created that way.
Since Dicts hold varients, I should actually be able to make a dict that held other dicts, creating a multidimentional array and using integers for the keys. Think I'm going to try that approach and just have a separate function to return the dimensions since there is no ubounds. Could just catch the exception as well I suppose.
Thanks for the help, think that was my last hurdle. Steve _______________________________________________ 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>
