Menu

#4 Error of "Pass by reference"

open
nobody
None
5
2002-02-19
2002-02-19
Anonymous
No

function InsertText( $value )
..
..
$this->WriteText_pos( $this->crow, $this->ccol,
&$value );
..
..
}

I have found that this statement have waring when
execute . As a result , no xls file can be generated.
I have tried to remove the '&' symbol from '&$value'
to '$value' . Everything is Ok. The generated file can
be read from Excel2000

Discussion


Log in to post a comment.