Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Scan a memo field
Message
De
25/12/2001 11:13:41
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00598036
Message ID:
00598044
Vues:
19
>I'm trying to figure out a way to find specific wording in a memo field and extract that information to a field. I have a memo field exported from Outlook in which I am trying to extract data for specific purposes. I can get the whole memo field, but I only want information between certain characters. Is there an easy way to do this?
lnStart = atc(lcSpecificStart,lcMemo)
lnStop  = atc(lcSpecificStop,lcMemo)
if lnStart > 0 and lnStop > lnStart
 lnChars = lnStop - (lnStart+len(lcSpecificStart))
 lcExtract = substr(lcMemo,lnStart+len(lcSpecificStart),lnChars)
endif
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform