Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Search code
Message
From
12/04/2001 13:43:45
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00494933
Message ID:
00494952
Views:
18
>>>Again, forgive me, what is the command to search for anything in anywhere in a field? I was thinking of STR() or CHRTRAN() or something... I have done this before but I forgot. Example... search for 'Smith' in 'John Smith Jr'
>>>
>>>Chuck
>>
>>
>>'Smith' $ 'John Smith Jr'--------> .T.
>>AT('Smith','John Smith Jr')------------> 6
>>
>>
>>HTH.........Rich
>and
>AT('sMiTh','JOHN Smith JR')------------> 6
Of course, I meant:
ATC('sMiTh','JOHN Smith JR')------------> 6
Previous
Reply
Map
View

Click here to load this message in the networking platform