Yep - that's basically it in a nutshell.   Either give us that approach (
involving a well needed rewrite of how arrays work currently )
Or give us some NEW operator overload operators to allow us to treat a
classname as an array.

The current operator overload options available wont cut it. They don't
allow us to do this:

Dim foo As MyStringTokenArrayObject = new MyStringTokenArrayObject
("tom,fred,jack") 

Dim s as string = foo(1)   //  retrieve "fred" from the



On 17/5/06 16:35, "Norman Palardy" <[EMAIL PROTECTED]>
wrote:

> If RB had iterators and FOR EACH used one of those this would not be
> an issue.
> Any class could implement the required methods, you could get an
> iterator, and use FOR EACH.

_______________________________________________
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