I am trying to create a "status" text field on a form that is several lines high. Is there a way to create a string with a new line character (similar to "/n" in Java) so that I can keep appending status messages to the text field so that each new message appears on its own line?