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: [email protected]
          Reporter: [email protected]
                CC: [email protected]

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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to