Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
String inside a string
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01256088
Message ID:
01256095
Views:
17
This message has been marked as a message which has helped to the initial question of the thread.
>can I something like the structure below ?
>
>if lcSearchFor .or. lcSearchFor2 .or. lcSearchFor3 $ lcSearchIn1

I am not sure what you asking for.
If you want to search for 3 strings into one the constructions should be:
IF lcSearchFor  $ lcSearchIn1 OR;
   lcSearchFor2 $ lcSearchIn1 OR;
   lcSearchFor3 $ lcSearchIn1
   ....
ENDIF
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform