[Libreoffice-bugs] [Bug 141474] New: Documentation specifies incorrect parameter names for Basic functions

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat Apr 3 13:49:10 UTC 2021


https://bugs.documentfoundation.org/show_bug.cgi?id=141474

            Bug ID: 141474
           Summary: Documentation specifies incorrect parameter names for
                    Basic functions
           Product: LibreOffice
           Version: 7.0.4.2 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Documentation
          Assignee: libreoffice-bugs at lists.freedesktop.org
          Reporter: sokol at comec92.ru
                CC: olivier.hallot at libreoffice.org

The parameters of Basic functions are named; in the documentation, in many
cases, parameter names are specified incorrectly.

For example, for the Msgbox function, the documentation states that the
function has parameters:

MsgBox (Text As String [,Type As Integer [,Dialogtitle As String]]) 


In fact, the function has parameters with the same name as the similar Excel
function. Basic script:

Sub test
  Msgbox Prompt:="Prompt", Buttons:=MB_ICONSTOP, Title:="Documentation"
End Sub


In my opinion, it is necessary in the documentation to clarify the names of the
parameters in this and similar cases.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210403/6d9270b2/attachment.htm>


More information about the Libreoffice-bugs mailing list