GetVersion

Description

Gets the version number of the PASSPORT software

Syntax

ret = GetVersion ( )

Parameters
ret String, output
  The string to receive the version number, such as “Version 2004-930”.

 

Remarks

Parentheses are optional.  This is a PASSPORT command.

Example

Sub ZMain()
strVer=GetVersion()
MsgBox strVer
End Sub