Comparing values like 2.2.1 and 2.2
I am having a problem when I compare values like "2.2" and "2.2.1". When I use StrCmp, IntCmp, or LogicLib the value "2.2.1" is seen as being equal to "2.2". Is there a function for comparing values like this and seeing if they are equal.