Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo field
Message
From
31/01/2002 15:06:55
Randy Hooper
Ranco Business Software
Tampa, Florida, United States
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00613598
Message ID:
00613633
Views:
7
>>How can I search in a memo field for a certain expression. The expression is "Please Reply To Email Address" and what I wanting to do is get this email address. What I have notice if there is an e-mail address it's always the last line in the memo field. Any ideals how I can do this.
>>
>>Thanks Randy
>
>Something like
SELECT * FROM mytable ;
>  WHERE "Please Reply To Email Address" $ mymemofield ;
>  INTO CURSOR crsTemp
>
>DIME laList[1]
>
>SCAN
>  ALINES(laList, mymemofield)
>  lcEmailAddres = laList[ ALEN(laList)]
>ENDSCAN
Thanks for the ideals, I've have play around with it and can get it to work.
Foxpro is a sweet puppy

'cept it barks every now and then =)
Previous
Reply
Map
View

Click here to load this message in the networking platform