https://bugs.documentfoundation.org/show_bug.cgi?id=146902
--- Comment #1 from Jim Avera <[email protected]> --- The LO docs for Basic functions contain many examples, but almost none of them disclose the output which would be obtained by running them -- it is "left as an exercise for the reader" to copy-paste the examples into some spreadsheet's Basic macro code and run them to see what happens. It would be a great enhancement if the output from examples were just shown directly in the help text. Here is an illustrative example: The DatePart() function is documented at https://help.libreoffice.org/6.2/en-US/text/sbasic/shared/03030130.html It ends with Example: Sub example_datepart MsgBox DatePart("ww", "12/31/2005") End Sub but does not show what the output would be. -- You are receiving this mail because: You are the assignee for the bug.
