https://bugs.documentfoundation.org/show_bug.cgi?id=160478
Bug ID: 160478
Summary: The Like LO Basic operator does not work correctly if
there are certain characters in the string being
tested.
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: BASIC
Assignee: [email protected]
Reporter: [email protected]
Run macro:
Sub TestLike
Dim s As String
s="ab" & Chr(10) & "cd"
Msgbox s Like "a*"
End Sub
Returns False, must be True.
The error occurs when the string being tested contains characters U+000A,
U+000B, U+000C, U+000D.
--
You are receiving this mail because:
You are the assignee for the bug.