OpenOffice Basic: Difference between revisions

Content deleted Content added
Undid revision 674325098 by Cedar101 (talk) why change it from a supported language to the wrong supported language?
The new GeSHi extension doesn't support "oobas" syntax properly. See https://github.com/wikimedia/mediawiki-extensions-SyntaxHighlight_GeSHi/blob/master/SyntaxHighlight_GeSHi.lexers.php
Line 5:
Although OpenOffice Basic itself is similar to other dialects of BASIC, such as [[Microsoft]]'s [[Visual Basic for Applications|VBA]], the [[application programming interface]] (API) is very different, as the example below of a [[Macro (computer science)|macro]] illustrates. While there is a much easier way to obtain the "paragraph count" document property, the example shows the fundamental methods for accessing each paragraph in a text document, sequentially.
 
<syntaxhighlight lang="oobasvb">
<!--oobas = openoffice basic; see [[mw:Extension:SyntaxHighlight_GeSHi#Supported_languages]] -->
<syntaxhighlight lang="oobas">
Sub ParaCount
'