GetSolarVersion Function
vraca interni broj trenutne LibreOffice 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