https://bugs.documentfoundation.org/show_bug.cgi?id=145702

Mike Kaganski <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #2 from Mike Kaganski <[email protected]> ---
I can't repro *exactly* using Russian set as program locale: both

> MsgBox CInt("123.4")

and

> MsgBox CInt("123,4")

result in "123" shown in the dialog.

However, this is still a bug.

(In reply to Fritz R. Paul from comment #0)
> But in the example above, I would expect to either accept the point like a
> comma, or at least just ignore the point and the digit after it.

The expectation in the description is wrong: what should happen is error, where
the input string can't be converted to a number.

For comparison, in VBA one of the two calls above gives Run-time error "13":
Type mismatch.

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

Reply via email to