Hi, > Currently, MQP supports min- and max- for number properties only. > So I had to turn version strings to numbers to allow comparison > The version number for X.Y.Z is X + Y/100 + Z/10000.
There already a set of method with does this for the Flex SDK. May be possible to reuse? check FlexVersion.as in framework. Justin