GetSolarVersion Function
傳回目前 LibreOffice 版本的內部號。
語法:
s = GetSolarVersion
傳回值類型:
字串型
示例:
Sub ExampleGetSolarVersion
Dim sSep As String
sSep = GetSolarVersion
MsgBox sSep,64,"Version number of the solar technology"
End Sub
LibreOffice 7.0 Help
傳回目前 LibreOffice 版本的內部號。
s = GetSolarVersion
字串型
Sub ExampleGetSolarVersion
Dim sSep As String
sSep = GetSolarVersion
MsgBox sSep,64,"Version number of the solar technology"
End Sub