Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to insert text into a memo field
Message
De
28/04/2006 15:14:31
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
 
 
À
28/04/2006 13:10:48
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01117575
Message ID:
01117635
Vues:
22
I went with this and it worked like a charm. Thanks!

>Use the STUFF command--
>
>
>lcTxtToInsert = " Some text to insert "
>lnNdx = 10     && Insertion point
>REPLACE mytable.mymemo WITH STUFF(mytable.mymemo,lnNdx,0,lcTextToInsert)
>
>
>You have to determine the insertion point (lnNdx). The third parameter with a value of zero (0) on STUFF inserts the text; if a value (>0) is set then the text is replaced from start point.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform