Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Strings in a Memo Field
Message
De
01/09/2000 10:07:54
 
 
À
01/09/2000 00:02:24
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00411573
Message ID:
00411699
Vues:
10
>I have a memo field that has a list of report names. How can I check the memo field and see if the list contains a certian string? Thanks for the Help.

Adding to the other replies:
How is this list delimited? If you've got a long string, include the delimeter in the search criteria e.g. if comma delimited

llStringInMemo = ATC(lcSearch+",", memofield)>0

This will avoid getting a .T. if lcSearch="REPORT1" and REPORT1 is not there but REPORT10 is.
Insanity: Doing the same thing over and over and expecting different results.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform