> dim d(n) as new object

That would be handy, but it would also imply that you could do this:

  dim a(n) as integer = 50

which might be handy too, or even this:

  dim a(n) as integer = SomeFunction

But that syntax is taken:

  Function SomeFunction() as integer()

produces an assignment to a, not to a's elements.

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