
Concatenating Rich Text Box text
To concatenate rich text you can use the TextRTF property. However, to add
text to a RichTextBox, you may want to use the Sel properties, SelText to
add simple text, SelRTF to add rich text.
David
Quote:
> Does anybody know how to concatenate Rich Text?
> If I simply do richtextbox2.text = richtextbox2.text & richtextbox1.text
it
> gets turned to normal text!
> (Also, when you print only the last concatenated text prints)
> Thanks,
> Alex Kudrasev