https://bugs.documentfoundation.org/show_bug.cgi?id=164600
Bug ID: 164600
Summary: In VBASupport mode, IsNumeric(True) must return true
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: BASIC
Assignee: [email protected]
Reporter: [email protected]
Consider this BASIC code:
Option VBASupport 1
Sub Test_IsNumeric()
MsgBox IsNumeric(True)
End Sub
This code must show "True", because that's what VBA does.
Currently, this gives "False" in LibreOffice.
A different question is, if maybe it should also give "True" in LibreOffice
*without* VBASupport; but that needs an own bug, and considered separately,
because that is potentially a breaking change.
--
You are receiving this mail because:
You are the assignee for the bug.