I have this code in my app
Ver = "1.5.2"
VersionsKoll = "1.5.2"
if (VersionsKoll == Ver)
Ver = "1.5.2"
VersionsKoll = "1.5.2"
if (VersionsKoll == Ver)
{
//Do something
}
//Do something
}
This gets the result "false"
When I debug I get this in the watchwindow:
http://www.tellblom.se/android/strings.jpg
Can someone explain this to me?
/M
http://www.tellblom.se/android/strings.jpg
Can someone explain this to me?
/M