GetSolarVersion Function

현재 Collabora Office 버전의 내부 번호를 구합니다.

구문:

s = GetSolarVersion

반환 값:

String

예:

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

Please support us!