Original Subject: "dodgy bug in scripting"
With the current version (4.10.250), MsgPlus.Version returns 4.099999904632568, which is not equal to 4.10. I was wondering why this code didn't work as i expected
code:
if (MsgPlus.Version < 4.10) {
Debug.Trace("You have an old version of Plus");
}
and I was surprised when I did "Debug.Trace(MsgPlus.Version);" and i showed 4.099999904632568.