Fellow sufferers
I am using Object class to create a two-dimensional array. See code below.
Sometimes, I ned to overwrite the valie at x,y. Now, if that value has already been set, there is an error. But just asking if it is empty, apparently sets the value, but to "".
What is the right code...