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 2015/12/23 10:49:44 UTC

[Issue 126746] Mid only calculates whole numbers

https://bz.apache.org/ooo/show_bug.cgi?id=126746

bmarcelly <ma...@club-internet.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marcelly@club-internet.fr

--- Comment #1 from bmarcelly <ma...@club-internet.fr> ---
It is not a problem of MID() function. You have the same problem with
="123"/10    OK
="123.4"/10  #VALUE!

The reason is that converting a string containing an Integer is not ambiguous.
Converting a string containing a dot or a comma is ambiguous since its
interpretation depends on the locale of the user.
Having such formulas is incorrect.

Conclusion : not an issue.

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