GetSolarVersion Function [Runtime] /text/sbasic/shared/03131000.xhp Sun Microsystems, Inc. converted from old format - fpe
GetSolarVersion function GetSolarVersion Function [Runtime] Returns the internal number of the current $[officename] version.
Syntax: s = GetSolarVersion Return value: String Example: Sub ExampleGetSolarVersion Dim sSep As String sSep = GetSolarVersion MsgBox sSep,64,"Version number of the solar technology" End Sub