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

--- Comment #4 from Andreas Heinisch <[email protected]> ---
I think the behaviour of LO is correct, but data type characters with literals
should affect resulting value type, so the following code should work in the
future (note the ampersand at the end of the hex value).

Sub aLetterExample
        Dim aLetter As Long
        aLetter = &HFFE0&
        msgbox chr(aLetter)
End Sub

I will target this as I have finished another bug.

-- 
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