Hi,
I'm trying to make a reference to an array but it doesn't seem to work,
is this supported? am i doing it wrong?
Here is the code...
$this->level[$this->breaklevel][column] = $col;
$this->level[$this->breaklevel][level] =
$this->breaklevel;
$this->level[$this->breaklevel][breaktype] =
'break';
$this->column[$col] =
&$level[$this->breaklevel];
Thanks
Wayne
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]