https://issues.apache.org/ooo/show_bug.cgi?id=125457
Issue ID: 125457
Issue Type: DEFECT
Summary: User-defined function call from Calc won't work with
comma parameter separators but will work with
semicolons
Product: Calc
Version: 4.1.0
Hardware: PC
OS: Windows 8
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: code
Assignee: [email protected]
Reporter: [email protected]
Created attachment 83850
--> https://issues.apache.org/ooo/attachment.cgi?id=83850&action=edit
Image of my Calc program w/ image of my function.
Calling a user-defined function from Calc like =VOL(A1,B1,C1) returns an Error
508. Changing the comma separators to semicolons does work and returns the
correct answer like =VOL(A1;B1;C1). Comma separators in the function itself
work fine, but commas in the call to the function in the Calc spreadsheet seem
to not work with comma separators, but do work with semicolon separators. Is
this a bug or am I supposed to know this? Thanks.
--
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.