I was thinking arrays, I thought the class would have to store the data in it's properties, which would still have to be arrays.

You're saying store the data in the class as a delimited string or something like that, and then have it's methods return it in the format desired or as random access?

Steve

On Jan 25, 2007, at 4:07 PM, [EMAIL PROTECTED] wrote:

No, you're still thinking about arrays.  I'm saying, forget arrays.
Design your own class (or classes) that return exactly the information
requested, and use those INSTEAD of arrays.  Just as Object2D doesn't
have any method that returns an array of its contents, yet you can
access its contents just fine via its methods (Count, Item, etc.).

_______________________________________________
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>

Reply via email to