Hi!

I have an object that has a property array containing 4 elements, but without any value yet. So if I call array[0] I dont want to have an undefined index error...

is there anything like array{4} or something like that, that would declare
array[0]
array[1]
array[2]
array[3] ?????????