https://bugs.documentfoundation.org/show_bug.cgi?id=147529
Bug ID: 147529
Summary: MsgBox(missingArg) incorrectly succeeds
Product: LibreOffice
Version: 6.4.0.3 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: BASIC
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Run the following Basic routine:
Sub Test(Optional x)
MsgBox x
End Sub
It shows "Error 448" *successful message*; while the correct behavior would be
"Argument is not optional" *runtime error*.
This is similar to bug 144353.
--
You are receiving this mail because:
You are the assignee for the bug.