Coco94
November 14th, 2003, 12:15 AM
I'm going to hate myself when i find out what is wrong here.
I have a string variable that I am using to populate a textbox.
I seem to be having a problem with getting a carriage return
/ line feed to append to the textbox.
\t seems to work great to display tabs. but \n and \r only display
garbled text (don't ask me what the technical term for that is).
To set the textbox value, i'm just using textbox.text = string;
I have a string variable that I am using to populate a textbox.
I seem to be having a problem with getting a carriage return
/ line feed to append to the textbox.
\t seems to work great to display tabs. but \n and \r only display
garbled text (don't ask me what the technical term for that is).
To set the textbox value, i'm just using textbox.text = string;