Returns the version of the current program.
[ sVersion = ] GetProgramVersion ( )
The GetProgramVersion procedure syntax has the following parts:
|
Name |
Type |
Description |
|
sVersion |
BString |
Program version string |
This function, which can be used for configuration management purposes, returns a string containing the version of the current program.
This info can be also obtained by using internal variable Program and with its property, VersionInfo, aversionInfoNumber.
Print "Program Version:";
Print GetProgramVersion( )
AProgramVersionInfo, GetProgLastUpdate, GetProgramName, GetProgramUut, GetProgSerialNum