https://bugs.documentfoundation.org/show_bug.cgi?id=145693
Bug ID: 145693
Summary: Chr and ChrW argument name does not match that of VBA
Product: LibreOffice
Version: 7.2.2.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: BASIC
Assignee: [email protected]
Reporter: [email protected]
Description:
Basic function argument names can be used either by position either by name.
Basic argument "name" should be 'charcode' instead of 'string'
- VBA doc:
https://docs.microsoft.com/en-us/office/vba/language/reference/user-interface-help/chr-function
- libO Basic function signatures:
https://opengrok.libreoffice.org/xref/core/basic/source/runtime/stdobj.cxx?r=fbaf865f#610]here[/url
Steps to Reproduce:
Print Chr(string:=34)
Actual Results:
It prints double quotes " sign
Expected Results:
Print Chr(charcode:=34) ' is the appropriate argument name
Reproducible: Always
User Profile Reset: No
Additional Info:
See https://bugs.documentfoundation.org/show_bug.cgi?id=141474 for more
information.
--
You are receiving this mail because:
You are the assignee for the bug.