Show pageOld revisionsBacklinksAdd to bookBack 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. ====== BuildVersion ====== Property of [[:scripting:api:wscript:start|IWScript]] ===== Description ===== Returns the HippoEDIT build version number ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:long|long]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var nBuildVer = WScript.BuildVersion; </code>==== Visual Basic Script ==== <code vb> nBuildVer = WScript.BuildVersion </code>==== C++ ==== <code cpp> long nBuildVer; HRESULT hr = WScript.get_BuildVersion(&nBuildVer); </code>===== See Also ===== [[:scripting:api:wscript:start|IWScript]] ~~NOTOC~~