[Libreoffice-bugs] [Bug 131562] Cannot concatenate number and space+dot from VBA macro
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Jun 16 11:49:20 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=131562
Eike Rathke <erack at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever confirmed|0 |1
--- Comment #3 from Eike Rathke <erack at redhat.com> ---
The resulting string is not "1." but "1 ." with a space between digit and dot,
which is not a number. Also note the hu-HU locale that uses comma decimal
separator (unless cells are formatted differently). However, the same
(recognizing a number) happens in an en-GB locale with dot decimal separator,
but only when running the macro, not with manual input. It seems as if VBA is
trying to convert the string badly.
--
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/20200616/04652ff0/attachment.htm>
More information about the Libreoffice-bugs
mailing list