(05-04-2011, 03:45 AM)cipherwar Wrote: Seems as if the comparison of "1.0.0.0" and "1.0.0.1" with character "<" does not work.
Any idea what's going wrong here??
Are you just trying to see if the strings are equal? This should work for you.
Code:
.
If string1 = string2 Then
'same version
Else
'different versions
End If
I code at http://tech.reboot.pro