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

bmarcelly <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from bmarcelly <[email protected]> ---
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.

Reply via email to