LibreOfficeDev 25.8 Help
nmGAh‖Returns the internal number of the current LibreOfficeDev version.
s = GetSolarVersion
cbqF2‖String
Sub ExampleGetSolarVersion
Dim sSep As String
    sSep = GetSolarVersion
rqcNz‖    MsgBox sSep,64,"Version number of the solar technology"
End Sub