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?
Tony -- NEdit Develop mailing list - [email protected] http://www.nedit.org/mailman/listinfo/develop
