Couls you please provide me with more information?
How do I load them in a version class?
"Hans Kesting" wrote:
Rick pretended :
I have a string value 5.2.1 and I need to know how to compare if this value
is greater than or equlas to 5.1.4
>
Load them in a Version class, then you can compare them.
>
This works only if
a) the parts are separated by a '.'
b) the parts are integers (no "1.2a")
c) there are not more than 4 parts (less is fine)
>
Hans Kesting
>
>
>
Comment