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:
00671525
Views:
17
Hi Sergey,

For my purposes, I think this will work just fine.

Thanks,

TFISHER

>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,
>>
Thanks,

TFISHER
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform