I am using TextMerge on Memo Field in Foxpro 2.6 for Dos.
use customer
set textmerge on
a="/ Dear <<Name>>"
&a 'This will produce Dear Luqman
Now, I need to print result of &a to report, how can I save this result into
a table or cursor ?
Best Regards,
Luqman