Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo field
Message
 
 
To
31/01/2002 14:18:59
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:
00613603
Views:
8
>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
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform