Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Text Merge
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00671440
Message ID:
00671513
Vues:
21
This message has been marked as the solution to the initial question of the thread.
In this simple case you can use STRTRAN() function
lcMemo = "The rain <<cInsertText>>falls mainly on the plain."
cInsertText = "in Spain "
? STRTRAN(lcMemo, "<<cInsertText>>", cInsertText)
cInsertText = ""
? STRTRAN(lcMemo, "<<cInsertText>>", cInsertText)
>Hi Sergey,
>
>Thanks for the quick reply. The FPW 2.6 way is a bit complex complared to the VFP7 way!
>
>Thanks,
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform