G
Guest
Hi All,
rbetuk = Array("A", "B", "C")
is a very convenient way of creating arrays, but it creates only a 3x1
dimension array. Can I declare a 3x2 or 3x3 dimension array in this way?
Thanks,
Stefi
rbetuk = Array("A", "B", "C")
is a very convenient way of creating arrays, but it creates only a 3x1
dimension array. Can I declare a 3x2 or 3x3 dimension array in this way?
Thanks,
Stefi