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