GetSolarVersion Function

現行バージョンの LibreOffice について、そのインターナルナンバーを返します。

構文:

s = GetSolarVersion

戻り値:

文字列

例:

Sub ExampleGetSolarVersion

Dim sSep As String

    sSep = GetSolarVersion

    MsgBox sSep,64,"Version number of the solar technology"

End Sub