Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strings in a Memo Field
Message
From
01/09/2000 10:07:54
 
 
To
01/09/2000 00:02:24
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00411573
Message ID:
00411699
Views:
9
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform