Hi,

What is the code for 2d arrays i thing it's as below but it does not work,



dim myarray as string

myarray = array(10,10)


myarray(4,6) = "String"


Thanks

Joolz