Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Text Merge
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00671440
Message ID:
00671530
Views:
18
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--
Previous
Reply
Map
View

Click here to load this message in the networking platform