Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== GETENGINEVERSION Method ====== ==== Description ==== Method for returning the version number of the currently running engine. ==== Syntax ==== <code> versionInfo = "" call getEngineVersion(versionInfo) </code> ==== 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 ==== <code> versionInfo = "" call getEngineVersion(versionInfo) </code> guides/programming/programmers_reference_manual/getengineversion.txt Last modified: 2024/10/14 18:18by 127.0.0.1