PB 12.51 (build 4015), W7. The application I am working with builds a RTF letter by performing a series of select text and replace text. Can I alter the font of the text during this process? Note that the letter lines float as the data is processed.
rte_1.selecttext(ll_line,1,ll_line,1)
ls_string = "blah blah blah"
rte_1.replacetext(ls_string)