Content deleted Content added
MaxBech1975 (talk | contribs) Reverted to revision 623945701 by Rautamiekka (talk). (TW) |
m →External links: fix LibreOffice Basic Help link |
||
(25 intermediate revisions by 16 users not shown) | |||
Line 1:
{{Short description|Programming language}}
{{
'''OpenOffice Basic''' (formerly known as StarOffice Basic or '''StarBasic''' or '''OOoBasic''') is a dialect of the [[programming language]] [[BASIC]] that originated with the [[StarOffice]] [[Productivity software#Office suite|office suite]] and spread through [[OpenOffice.org]] and derivatives such as [[Apache OpenOffice]] and [[LibreOffice]] (where it is known as '''LibreOffice Basic'''). The language is a [[___domain-specific programming language]] which specifically serves the OpenOffice application suite.
== Example ==
Although OpenOffice Basic
▲<syntaxhighlight lang="oobas">
Sub ParaCount
'
Line 35 ⟶ 34:
== See also ==
* [[Comparison of office suites]]
== Further reading ==
* {{Cite book|first=James|last=Steinberg|title=Open Office Basic: An Introduction|
== External links ==
* [http://wiki.services.openoffice.org/wiki/Documentation/BASIC_Guide OpenOffice.org BASIC Programming Guide] wiki▼
* [https://help.libreoffice.org/latest/en-US/text/sbasic/shared/main0601.html LibreOffice Basic Help]
* [https://www.manfridayit.co.uk/blog/coding-vba-tips-snippets/using-vb-net-to-update-open-office-calc-spreadsheet/ Automating Open Office in VB.NET]
▲*[http://wiki.services.openoffice.org/wiki/Documentation/BASIC_Guide OpenOffice.org BASIC Programming Guide] wiki
{{OpenOffice}}
Line 59 ⟶ 50:
[[Category:BASIC programming language family]]
[[Category:OpenOffice|Basic]]
[[Category:LibreOffice|Basic]]
|