Reply to thread

Do you think it may be possible to overload that AppendText() method with more than one argument? For example, would it work if I stored the SelectedText in a string and then added two strings around the variable?


[code]AppendText("{B}" + string_variable +"{/B}")[/code]


Back
Top