GetSolarVersion Function

Returns the internal number of the current LibreOfficeDev version.

தொடரமைப்பு:


s = GetSolarVersion

திரும்பும் மதிப்பு:

சரம்

எடுத்துக்காட்டு:


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