maybe:
DIM $array[5,5]
and references are:
$array[1, 1]="first"$array[1, 2]="second"
and FOR EACH...
FOR EACH $thing in $array
returns
1,11,21,31,41,52,12,2...etc
cj
Generated in 0.057 seconds in which 0.024 seconds were spent on a total of 13 queries. Zlib compression enabled.