fpspreadsheet: More general result of the new IFERROR() function.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9185 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
9a323d5529
commit
9cb6e4ae53
@ -2533,7 +2533,7 @@ begin
|
||||
AddFunction(cat, 'ISREF', 'B', '?', INT_EXCEL_SHEET_FUNC_ISREF, @fpsISREF);
|
||||
AddFunction(cat, 'ISTEXT', 'B', '?', INT_EXCEL_SHEET_FUNC_ISTEXT, @fpsISTEXT);
|
||||
|
||||
AddFunction(cat, 'IFERROR', 'S', '?S', INT_EXCEL_SHEET_FUNC_UNKNOWN, @fpsIFERROR); // not supported by .xls
|
||||
AddFunction(cat, 'IFERROR', '?', '?S', INT_EXCEL_SHEET_FUNC_UNKNOWN, @fpsIFERROR); // not supported by .xls
|
||||
|
||||
// Lookup / reference functions
|
||||
cat := bcLookup;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user