[Libreoffice-bugs] [Bug 111999] Basic: VAL function Val("1, 2") return 12
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Aug 24 18:20:43 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=111999
robert at familiegrosskopf.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |robert at familiegrosskopf.de
--- Comment #2 from robert at familiegrosskopf.de ---
A "," is a thousands separator for Basic, so it will be ignored. A "." is a
decimal separator. So it will be changed to a decimalpoint. It will be shown in
a msgbox with the decimalseparator of the language of the GUI.
Don't know if this could be called a bug, because
val("1,000") should be 1000.
It is the same behavior since the beginning of LO, also present in OOo 2.*
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170824/2ded79a1/attachment.html>
More information about the Libreoffice-bugs
mailing list