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

Mike Kaganski <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |NOTABUG

--- Comment #1 from Mike Kaganski <[email protected]> ---
This is not a bug. The leading zeroes should not affect the type of the
literal. But when you need to have a literal of specific type, use type
characters: e.g., '&' for long (see tdf#130476).

The previous behavior was a bug. Current behavior is not only correct, but also
consistent with other Basic variants, like VBA.

Compare:

> MsgBox TypeName(&H00008000)
> MsgBox TypeName(&H00008000&)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to