Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Searching Memo Field
Message
From
03/11/2003 06:16:21
 
 
To
03/11/2003 06:08:22
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00845539
Message ID:
00845541
Views:
23
>If there is a possibility to search a word or string inside a memo field
>any help
>thank you

Ounis,

Yes, use $, at or atc()
if( 'wordIwant' $ memofield )

or

if( !empty(at('wordIwant', Memofield)) )

or

if( !empty(atc('wordIwant', Memofield)) )
For more complex pattern matching you can use Regular expressions
Gregory
Previous
Reply
Map
View

Click here to load this message in the networking platform