GetSolarVersion Function/text/sbasic/shared/03131000.xhpGetSolarVersion functionGetSolarVersion FunctionReturns the internal number of the current $[officename] version.Syntax:s = GetSolarVersionReturn value:StringExample:Sub ExampleGetSolarVersionDim sSep As String sSep = GetSolarVersion MsgBox sSep,64,"Version number of the solar technology"End Sub