On Thu, Apr 10, 2008 at 10:59 PM, Tony Balinski <[EMAIL PROTECTED]> wrote:
> Quoting Bert Wesarg <[EMAIL PROTECTED]>:
>
>
> > And what do you expect here:
>  >
>  >  arr[3] = 0
>  >  arr[4] = 1
>  >  arr["key0"] = 2
>  >  arr["key1"] = 3
>  >
>  > arr[] = 999 would than overwrite arr[4], or what?
>  No: syntax error ;) Your idea would assign to arr[5], wouldn't it?
Right, it would always assign to an non-assigned index.

Bert
>
>
>
>  Tony
-- 
NEdit Develop mailing list - [email protected]
http://www.nedit.org/mailman/listinfo/develop

Reply via email to