Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Exceptions with $
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01256096
Message ID:
01256101
Views:
15
This message has been marked as the solution to the initial question of the thread.
>In all records, only records containing "assistance" should be skipped
>because for coincidence I have both products "assist" and "assistence"

Then:
IF [ASSIST] $ UPPER(YourField) AND;
   NOT [ASSISTANCE] $ UPPER(YourField)
  ...
ENDIF
But what would happens if you have:

[Please assist me .... Thank you for your assistance]
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform