====== 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. ^Parameter^Description^ |//VersionInfo//|Variable 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 ==== [[[guides:programming:programmers_reference_manual:version_property_system|Version property (System)]] ==== Example ==== versionInfo = "" call getEngineVersion(versionInfo)