Gets the version number of the PASSPORT software
ret = GetVersion ( )
ret | String, output |
The string to receive the version number, such as “Version 2004-930”. |
Parentheses are optional. This is a PASSPORT command.
Example
Sub
ZMain()
strVer=GetVersion()
MsgBox strVer
End Sub