Page 1 of 1

OpenOffice basic language

Posted: Tue Jun 15, 2021 3:11 pm
by donwhit
Where can I download OpenOffice basic?
Is there an IDE?

Thanks

Re: OpenOffice basic language

Posted: Tue Jun 15, 2021 4:06 pm
by eeigor

Re: OpenOffice basic language

Posted: Tue Jun 15, 2021 4:14 pm
by Zizi64
Note:
The built-in StarBasic (optional names: Basic, OpenOffice Basic, LibreOffice Basic) is a very simple programming language, with a few commands and statements.

BUT!
You can call thousands of API functions of the AOO/LO from the Basic. API: Application Programming Interface.
You must study and use them - if you want to use the Macros efficiently.

Re: OpenOffice basic language

Posted: Tue Jun 15, 2021 4:24 pm
by RoryOF
Just open /Tools /Macros /Organise Macros /OpenOffice Basic and you can immediately start editing/writing a Macro in the built-in IDE.

Re: OpenOffice basic language

Posted: Tue Jun 15, 2021 6:53 pm
by Zizi64
______________________________________
OpenOffice 2.4 on Ubuntu 9.04
Please update your signature in this forum.
User control panel - Profile (TAB) - Edit signature (sub-TAB)


If you are using LibreOffice, then maybe you need the macro Recorder. You must enable it first in the settings:
Tools - Options - LibreOffice - Advanced - Enable macro recorder...

Re: OpenOffice basic language

Posted: Wed Jun 16, 2021 2:16 pm
by JeJe