On Jan 26, 2007, at 03:43 UTC, Stephen A. Cochran Lists wrote: > K, so this storage class can then return them in any RB format I > want, except an array....which still lends itself to the original > problem. The smallest set I'd probably ever want is a row. So I could > do it with an internal iterator and a "get next result" function.
Right, or an accessor that returns a result by index, if you can provide random access. > Norman mentioned Dictionaries. Can those be created via the API? I > just took a quick find on the page...I don't see anything with > Dictionary in it's name. 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. Best, - Joe -- Joe Strout -- [EMAIL PROTECTED] Verified Express, LLC "Making the Internet a Better Place" http://www.verex.com/ _______________________________________________ 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>
