Hi all,
Is it possible to put this in one line?
$nodes[0][0] = $row[0];
$nodes[0][1] = $row[1];
$nodes[0][2] = $row[2];
Thanks
tarscher
Is it possible to put this in one line?
$nodes[0][0] = $row[0];
$nodes[0][1] = $row[1];
$nodes[0][2] = $row[2];
Thanks
tarscher
Comment