GetSolarVersion Function
vraca interni broj trenutne LibreOfficeDev verzije.
Sintaksa:
Vrati vrijednost:
Stringovi
Primjer:
Sub ExampleGetSolarVersion
Dim sSep As String
    sSep = GetSolarVersion
    MsgBox sSep,64,"Version number of the solar technology"
End Sub