i have a richtextbox. When I want to add text to it, I want it to be added directly to the next line in the richtextbox. How can that be done? I have tried chr(13) and chr$(13) but no hope yet. All I get is an invalid character and the text is on the same line.