Wanted: merge some rtf fields to one rtf file
Posted: Mon May 15, 2017 5:07 pm
Hi,
among other scripts I tried:
and failed.
I reckon, one of you has already developed an elegant solution.
Regards,
Peter
among other scripts I tried:
Code: Select all
put 3444 into ii
put "/Users/pd/Desktop/TEST.rtf" into TestPath
put "¶" into Sep
put the rtfText of fld "A" of cd ii of this stack & Sep ¬
& the rtfText of fld "B" of cd ii of this stack & Sep ¬
& the rtfText of fld "C" of cd ii of this stack & Sep ¬
into URL ("file:" & TestPath)
I reckon, one of you has already developed an elegant solution.
Regards,
Peter