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