עזרה עבור LibreOfficeDev 26.2
Returns the internal number of the current LibreOfficeDev version.
s = GetSolarVersion
String
Sub ExampleGetSolarVersion
Dim sSep As String
sSep = GetSolarVersion
MsgBox sSep,64,"Version number of the solar technology"
End Sub