GetSolarVersion Function
현재 LibreOffice 버전의 내부 번호를 구합니다.
구문:
s = GetSolarVersion
반환 값:
String
예:
Sub ExampleGetSolarVersion
Dim sSep As String
sSep = GetSolarVersion
MsgBox sSep,64,"Version number of the solar technology"
End Sub
LibreOffice 7.0 Help