This seems like it should be pretty easy, but I can't figure out how to add text to a richedit window after the text that is already there.
I need to be able to continually add lines to the window, from different sources (from the clipboard , textfields / buttons ), then the user needs to be able to edit it before sending it to print. The richedit module works really well, only I can only seem to add text to it with $RE->Text("$data"); Everytime I do this it replaces the existing text. Is there a way to append to the existing text instead( starting on a new line )? Thank you, Dave