I tried many ways ,only num - only text it doesn't work
The funny thing is that I have it in other app as it is working fine there
What about trying:
[quote="Sakis_Hammer1, post:22, topic:136319"]
only num - only text it doesn't work
[/quote] of course it does.
You did not do this:
If there is a 10 in each label this should work since the comparison is true.
How about invisible characters that arrived from the web, that are breaking the comparison, like \r, \n, \t ?
Try asking for length(text) on both sides to flush them out.
Something is not right in that string that not visible. I have no problem comparing texts got from my server page.
TIMAI2, That worked fine. It converts all to numbers But if I have version 10.1 it converts it to 101. So only stable versions ,
Thank all for helping
simply you have to plan ahead middle versions. So if the version is 10, then you have to have version number 10.00. that way if you have a new version of 10.10, or 10.01 you just have to extract the numbers and all good. 1010 or 1001 compared to 1000.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.