CheckNewVersionAvailable

concerns

The CheckNewVersion function checks whether a newer version is available for the started knowledge base. If this is the case, True is returned, otherwise False.

 

Syntax

CheckNewVersionAvailable([HighestMajor], [HighestMinor])

Return value

Type

Description

Boolean

True if a knowledge base exists with a higher version

Parameter

Use

Name

Type

Passing

Description

Optional

HighestMajor

Long

ByRef

The highest major version of the knowledge base available

Optional

HighestMinor

Long

ByRef

The highest subversion of the knowledge base available