Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Replace memo field content
Message
De
16/08/1999 14:21:37
Charlie Schreiner
Myers and Stauffer Consulting
Topeka, Kansas, États-Unis
 
 
À
16/08/1999 13:12:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00254128
Message ID:
00254177
Vues:
23
>How to replace the contents of a specific line from the memo field?
>
>Thanks!

I haven't test, so it's something like this.

Depending how you want to observe SET MEMOWIDTH TO Width
REPLACE MyMemo WITH ;
   STUFF(MyMemo,AT(MyMemo,MLINE(MyMemo, LineNumber)), ;
   LEN(MLINE(MyMemo, LineNumber)), m.Replacement) IN MyTable
Charlie
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform