Version

Returns the version number of the parent program currently running.

Syntax:

Version ( )

Parameters:

(none)

Returns:

(s) WIL exe program version number.

 

Use this function to determine the version of the WIL EXE program that is currently running.

Example:


ver = Version( )
Message("Version number", ver)
See Also:

DOSVersion, Environment, FileVerInfo, VersionDLL WinVersion