You've already forked lazarus-ccr
fpspreadsheet: Fix typo in evaluation of formula ISBLANK.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6537 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1777,7 +1777,7 @@ var
|
||||
begin
|
||||
case Args[0].ResultType of
|
||||
rtEmpty : Result := BooleanResult(true);
|
||||
rtString: Result := BooleanResult(Result.ResString = '');
|
||||
rtString: Result := BooleanResult(Args[0].ResString = '');
|
||||
rtCell : begin
|
||||
cell := ArgToCell(Args[0]);
|
||||
if (cell = nil) or (cell^.ContentType = cctEmpty) then
|
||||
|
Reference in New Issue
Block a user