ok question, how can i created a non defined(like myarray() ) 2 demensional array? I tried
global myarray(4,) as integer

that didn't work from that code you should get what i want right? I'd like to have an array that is 4 for the first number and the second number can change....possible?