Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Searching Memo Field
Message
De
03/11/2003 06:16:21
 
 
À
03/11/2003 06:08:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00845539
Message ID:
00845541
Vues:
24
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform