|
Messenger Plus! Live - Scripting Documentation
Objects Reference - MsgPlusMsgPlus::VersionThe MsgPlus::Version property returns the current version of Messenger Plus! Live. 溴> 溴> 该msgplus : :版本的财产申报表的当前版本 SyntaxThis is a read-only property. [version] Version; Data TypeA floating point number representing the major and minor version part of the version string. Example: 4.00. 浮点数目代表主要和次要版本的一部分 浮点数目代表主要和次要版本的一部分 浮点数目代表主要和次要版本的一部分 RemarksBecause of the way floating point values are stored in memory, you should never check for equality and use ranges instead. For example, "if(MsgPlus.Version == 4.10)" should be replaced by "if(MsgPlus.Version >= 4.10)" as the exact value of the version as returned by this property may differ a bit (always returning slightly bigger numbers). For a more precise value, use VersionBuild. 因为方式的浮点值是储存在记忆体,你 因为方式的浮点值是储存在记忆体,你 Property Information
See Alsomsgplus对象, msgplus对象, SponsorLinksScripts文档目录 脚本库 FAQ |