GetSolarVersion Function [Runtime]/text/sbasic/shared/03131000.xhpSun Microsystems, Inc.converted from old format - fpeGetSolarVersion functionGetSolarVersion Function [Runtime]Returns the internal number of the current $[officename] version.Syntax:s = GetSolarVersionReturn value:StringExample:Sub ExampleGetSolarVersionDim sSep As StringsSep = GetSolarVersionMsgBox sSep,64,"Version number of the solar technology"End Sub