GetProgramVersion Procedure

Returns the version of the current program.

Syntax

[ sVersion = ] GetProgramVersion ( )

The GetProgramVersion procedure syntax has the following parts:

 

Name

Type

Description

sVersion

BString

Program version string

Comments

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.

Example

Print "Program Version:";

Print GetProgramVersion( )

See Also

AProgramVersionInfo, GetProgLastUpdate, GetProgramName, GetProgramUut, GetProgSerialNum