Why would anyone want to write that ??

Any syntax can be misused. You have to assume that the programmer knows when
and when not to use such syntax.

On 17/5/07 17:08, "Norman Palardy" <[EMAIL PROTECTED]>
wrote:

> The other issue, if you tried my little loop, is that the array
> ubound CAN change in the course of the loop and so using it like
> 
> foo.append 1
> 
> for i as Integer = 0 to ubound(foo)
> foo.append 1
> next

Regards,

Dan



_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to