Forum Discussion

shehbashahab's avatar
shehbashahab
New Contributor
11 years ago
Solved

String comparison failure

Why is JScript is evaluating "15 000,00" == "15 000,00" as false?
  • shehbashahab's avatar
    11 years ago
    Actually it was a hidden character issue. Replacing the space ' '(Unicode value:160) with space ' '(Unicode value:32) resolved the comparison failure.