Except that

   dim items() as variant

   for each item as integer in items()
   next

and

   dim items() as variant

   for each item as string in items()
   next

  may also be legal

Yes, they would continue to be legal. As I say, I don't want to monkey
with the type system, just the syntax.

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