You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2014/08/18 21:40:13 UTC

[Issue 125457] User-defined function call from Calc won't work with comma parameter separators but will work with semicolons

https://issues.apache.org/ooo/show_bug.cgi?id=125457

Regina Henschel <rb...@t-online.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |rb.henschel@t-online.de
         Resolution|---                         |NOT_AN_ISSUE

--- Comment #1 from Regina Henschel <rb...@t-online.de> ---
When you are inside a cell in Calc, you have to use the syntax of Calc; and
Calc has a semicolon as delimiter between parameters. When you are inside
BASIC, you have to use the syntax of BASIC, and BASIC has a comma as parameter
delimiter. It is the bridge to BASIC, which converts the delimiters (and a lot
of other things) automatically. You can learn more about it in the BASIC guide
at https://wiki.openoffice.org/wiki/Documentation/BASIC_Guide, in the document
"OpenOffice.org Macros Explained" by Andrew Pitonyak at
http://www.pitonyak.org/oo.php and of cause in our forum and mailing list.

Please use these channels before writing a bug report.

BTW, your attachment is not usable, because it is something for a printer but
no picture.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.