https://bugs.documentfoundation.org/show_bug.cgi?id=142180
Mike Kaganski <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever confirmed|0 |1
Version|7.1.3.2 release |Inherited From OOo
Keywords| |difficultyBeginner,
| |easyHack, skillCpp
--- Comment #1 from Mike Kaganski <[email protected]> ---
Also repro with OOo 3.2.0.
Additional observations:
msgbox TypeName("A"<"Z")
msgbox "A"<"Z"
A = "A"
Z = "Z"
msgbox TypeName(A < Z)
msgbox A < Z
gives:
Integer
0
Boolean
True
So it's a matter of handling literals.
Code pointer: SbiExprNode::FoldConstantsBinaryNode in
basic/source/comp/exprnode.cxx.
--
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