shehbashahab
11 years agoNew Contributor
String comparison failure
Why is JScript is evaluating "15 000,00" == "15 000,00" as false?
- 11 years agoActually it was a hidden character issue. Replacing the space ' '(Unicode value:160) with space ' '(Unicode value:32) resolved the comparison failure.