I was trying...
@array[0] = ("a","b","c");
but that didn't work.
What I needed was
@array[0] = ["a","b","c"];
so that I can read a value directly with
$value = $array[$y][$x];
Thanks again.
In reply to Re: Multidimensional Arrays
by Anonymous Monk
in thread Multidimensional Arrays
by CharlesClarkson
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |