IBM Lotus Symphony
|
Retorna o número interno da versão atual do Lotus® Symphony™.
s = GetSolarVersion
Sequência
Sub ExampleGetSolarVersion
Dim sSep As String
sSep = GetSolarVersion
MsgBox sSep,64,"Version number of the solar technology"
End Sub