Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set Exact or not to Set Exact
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00270042
Message ID:
00270072
Views:
24
>I hope you not tired of hearing from me yet. All of you have been extremely helpful so I’m going to keep asking until I don’t get any more answers.
>
>I’m concerned about the Set Exact and Set Ansi settings. I’m concerned that if I leave Set Exact off at some point I’m going to get burnt on a string comparison with a result that I’m not expecting. I know if I use = = instead of =, the comparison is exact, but what about = > or < =. I get a syntax error if I try = = > or < = =. I can Set Exact On, but it stops me from doing a “beginning with” filter.
>
>Any Suggestions?

Since ==> is not valid, make it a compound expression, like :

(Var == Value OR Var > Value)
Oct 31 = Dec 25
Previous
Reply
Map
View

Click here to load this message in the networking platform