Forum Discussion
tristaanogre
15 years agoEsteemed Contributor
In script code, you can do it like so:
PropertyTestValue = aqConvert.IntToStr(aqConvert.StrToInt(Object1.Value) + aqConvert.StrToInt(Object2.Value))
aqObject.CheckProperty(MyObject, "MyPropertyName", cmpEqual, PropertyTestValue)