OpenOffice Basic: Difference between revisions

Content deleted Content added
Nickydav (talk | contribs)
Undid revision 1138780885 by 2A02:586:2F3C:1074:1091:F823:D42C:2F28 (talk) The article in question shows how OpenOffice Basic can be used with VB.NET automation, and clearly states that in the link title Very little VB.NET is used, with the tasks being completed in Open Office Basic code. It is an extremely popular article and has helped many readers.
m Cleaned up using AutoEd
Line 1:
{{Short description|Programming language}}
{{no footnotes|date=December 2013}}
'''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|___domain-specific programming language]] which specifically serves the OpenOffice application suite.
 
== Example ==
Line 34:
 
== See also ==
* [[Comparison of office suites]]
 
== Further reading ==
* {{Cite book|first=James|last=Steinberg|title=Open Office Basic: An Introduction|year=2012 |isbn=978-1481270939|publisher=CreateSpace Independent Publishing Platform}}
 
== External links ==
* [http://wiki.services.openoffice.org/wiki/Documentation/BASIC_Guide OpenOffice.org BASIC Programming Guide] wiki
* [https://help.libreoffice.org/Basic/Basic_Help 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]
 
{{OpenOffice}}