Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Puzzling Comparison
Message
From
23/06/2020 15:33:31
 
 
To
23/06/2020 06:17:06
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01674994
Message ID:
01675001
Views:
83
>In comparing a numeric field from a table against a character variable, I get unexpected results. For example...
>x='1234'
>y=1234 (numeric field from the table)
>
>I convert the numeric to character by...
>y=alltrim(str(y))
>
>for continuity sake, I do an alltrim on the character field too...
>x=alltrim(x)
>
>When I then do a compare of x and y, sometimes they're equal and sometimes they're not.
>
>It's probably something really basic that I'm missing, but I'm really puzzled.
>Any help, please?
>Rich Murillo

Potential "gotcha" is when comparing strings for equality using "=" rather than "==" when SET EXACT is OFF

There's also the "gotcha" when you're comparing numeric values for equality when floating point is involved.
Previous
Reply
Map
View

Click here to load this message in the networking platform