OpenOffice Basic: Difference between revisions

Content deleted Content added
No edit summary
Reverting to version of 13:05, 29 January 2014 by David Gerard, correcting vandalism by user Gune1206, who apparently converted the page text to Korean instead of English.
Line 1:
{{Unreferenced|date=December 2013}}
[[File:TriBasicExample.png|thumb|세가지Three 현대의modern 기본Basic 변형들variants: [[Mono (software)|Mono]] Basic, OpenOffice Basic 그리고and [[Gambas]].]]
'''OpenOffice Basic''' (이전에formerly 알려진known as StarOffice Basic or ,'''StarBasic''' or '''OOoBasic''') is a dialect of the [[programming language]] [[BASIC]] that originated with the [[StarOffice]] [[office suite]]에서 유래되고and spread through [[OpenOffice.org]]통해 퍼진and 그리고derivatives such as [[LibreOffice]] 같은(where 파생물인it (is known as '''LibreOffice Basic'''로 알려진) [[프로그램 언어]] [[BASIC]] 의 언어이다.
 
== 예시Example ==
오픈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 "paragrapha count"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.
 
<!--oobas = 오픈오피스openoffice 기본basic; see [[mw:Extension:SyntaxHighlight_GeSHi#Supported_languages]] -->
<syntaxhighlight lang="oobas">
Sub ParaCount
Line 34:
</syntaxhighlight>
 
== 참조See also ==
* [[Comparison of office suites]]
 
== Further 읽기reading ==
* {{Cite book|first=James|last=Steinberg|title=Open Office Basic: An Introduction|ISBN=978-1481270939|publisher=CreateSpace Independent Publishing Platform}}
 
== 바깥External 고리links ==
 
=== BASIC Macros ===