Andrej Mitrovic Wrote: > I think assignments to unallocated arrays should throw a runtime exception, or at least give out a compile warning. array operation is not an array assignment, it's an operation on existing array. null array is an array of length 0. A warning may help here.