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:
00671530
Vues:
19
Sometimes the best solution is the simplest one. :)

>Hi Sergey,
>
>For my purposes, I think this will work just fine.
>
>>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)
>>
>>
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform