All public logs
Jump to navigation
Jump to search
Combined display of all available logs of AutoIt Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:52, 23 February 2026 Water talk contribs created page LibreOffice-Examples (Created page with "==Getting Started Examples== ===Quickstart: Base=== <syntaxhighlight lang="autoit"> #include <MsgBoxConstants.au3> #include <File.au3> #include "LibreOfficeBase.au3" ; Create a New, visible, Blank Libre Office Document. Global $oDoc = _LOBase_DocCreate(True, False) If @error Then Exit MsgBox($MB_OK + $MB_ICONERROR + $MB_TOPMOST, "Error", "Failed to Create a new Base Document. Error:" & @error & " Extended:" & @extended & " On Line: " & @ScriptLineNumber) ; Set the Da...")