GetSolarVersion Function

傳回目前 LibreOffice 版本的內部號。

語法


s = GetSolarVersion

傳回值類型

字串型

示例:


Sub ExampleGetSolarVersion
Dim sSep As String
    sSep = GetSolarVersion
    MsgBox sSep,64,"Version number of the solar technology"
End Sub

Please support us!