Hi Charles, You can't set the font name and size in one statement that way. Change your script to this: ## set the textFont of character 1 to -1 of field "statement" to "Times New Roman" set the textSize of character 1 to -1 of field "statement" to 12 set the clipboardData["rtf"] to the rtfText of field "statement" ##
HTH, Jan Schenkel. ===== Quartam Reports & PDF Library for LiveCode www.quartam.com ===== "As we grow older, we grow both wiser and more foolish at the same time." (La Rochefoucauld) ________________________________ From: Charles Szasz <csz...@mac.com> To: "use-livecode@lists.runrev.com" <use-livecode@lists.runrev.com> Sent: Sunday, May 6, 2012 4:03 AM Subject: Re: Problem with pasting from a Rev App to Pages.. Bob, Thanks for your help! I did get it working using your suggestions below: set the textFont of character 1 to -1 of field "statement" to "Times New Roman" set the clipboardData["rtf"] to the rtfText of field "statement" I also tried the following to get the font size but it did not worked. Any suggestions? set the textFont of character 1 to -1 of field "statement" to "Times New Roman,12" Sent from my iPad _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode