https://bugs.documentfoundation.org/show_bug.cgi?id=168561
Bug ID: 168561
Summary: Function Str("") of empty string get "0"
Product: LibreOffice
Version: 25.2.6.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: BASIC
Assignee: [email protected]
Reporter: [email protected]
Description:
Very easy:
Dim sTest$
sTest = Str("") ' -> "" OK LO 7.6 and before
sTest = Str("") ' -> "0" ERROR LO 25.2.6 and more
This is a BIG BUG
Steps to Reproduce:
1.sTest = Str("") ' -> "0" ERROR LO 25.2.6 and more
2.
3.
Actual Results:
"0"
Expected Results:
""
Reproducible: Always
User Profile Reset: No
Additional Info:
It is a heavy bug, for checking empty string this can crash applications.
I have find this bug in a lot of pc.
--
You are receiving this mail because:
You are the assignee for the bug.