hello, when i set an arry like this DIM myArray AS New Integer[27][9] how can i set or get an arrayelement myArray[0][1] = "Hello" message.info(myArray[0][1]) dosent work. i get alwys the error Bad number of dimensions what is wrong?