Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Searching for the string function
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00173714
Message ID:
00173722
Views:
18
>What is the string function to determine if a string exists within another string or field? For example I am wanting to display all inventory records that have the string 'MIC' anywhere in the description field. Is there a function to do this in VFP?
>
>Thanks,

I usually use the '$' althogh have been told at() was faster.. but, I don't see how that could be measured.

select * from inventory where 'MIC' $ upper(descript)

BOb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform