[Gambas-user] Arrays?

smiefert at ...784... smiefert at ...784...
Wed Nov 21 16:01:44 CET 2007


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?



More information about the User mailing list