Table of Contents

GETENGINEVERSION Method

Description

Method for returning the version number of the currently running engine.

Syntax

 
versionInfo = ""
call getEngineVersion(versionInfo)

Parameters

The GETENGINEVERSION method has the following parameters.

ParameterDescription
VersionInfoVariable into which the version number will be place

Returns

No value is returned; instead, the version number is stored in the passed parameter.

See Also

Version property (System)

Example

versionInfo = ""
call getEngineVersion(versionInfo)