Iceman2005
Programmer
Guys, is there an already good product version comparsion function i can use? Or do i need to write one? if so, how should i do it?
I would like to determine if a product version is <, >, ==, >=, <= to another version...
Like how would i write a function that compares and determine if ver1 >= ver2 where i need to consider cases where version could be.....
2.3.0
2.0.0.5
8.0034.234.4
0.56
2007.0046.234.12345.76
7
and i need to compare them?
I would like to determine if a product version is <, >, ==, >=, <= to another version...
Like how would i write a function that compares and determine if ver1 >= ver2 where i need to consider cases where version could be.....
2.3.0
2.0.0.5
8.0034.234.4
0.56
2007.0046.234.12345.76
7
and i need to compare them?