Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strings in a Memo Field
Message
From
01/09/2000 00:19:40
Tom Gahagan
Alliance Computer Solutions
Thomaston, Georgia, United States
 
 
To
01/09/2000 00:02:24
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00411573
Message ID:
00411578
Views:
11
Steven....

>>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.

store the memo field to a string variale...

m_str=mytable.mymemo

Then you can use any string function to search for your string....

$.. will give a boolean answer
occurs() will tell you if it exists and how many times it exists

others you might look up in help.....

at()
rat()
atc()
ratc()
Tom Gahagan
Alliance
Computer Solutions

"Music, like sex, is much too important to be left to professionals."
Robert Shaw
Previous
Reply
Map
View

Click here to load this message in the networking platform