https://bugs.documentfoundation.org/show_bug.cgi?id=143687
Bug ID: 143687
Summary: Documentation is missing for "Is" keyword
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Documentation
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Documentation for BASIC "Is" keyword is missing, like in
> If A Is Nothing Then MsgBox "Foo"
E.g.. VBA has [1] for the topic. Generally, "Is" should behave similarly to our
"EqualUnoObjects", but not limited to UNO objects. Anyway, even if it's limited
to "Is Nothing" in LibreOffice BASIC, it needs a documentation.
[1]
https://docs.microsoft.com/en-us/dotnet/visual-basic/language-reference/operators/is-operator
--
You are receiving this mail because:
You are the assignee for the bug.