Ok,
to put this one back in line :
multidimensional arrays working ok except the fact that one can't obviously reference a single dimension of it :
code:
break on
global $array[3,3]
ubound($array[0])
;or just
$array[0] = sort($array[0])
will result in array reference out of bounds
J.
[ 30. October 2002, 14:13: Message edited by: jpols ]
_________________________