Hi,

I am reading strings from a text file. I've entered characters such as \t and \n in the text file to act as tab and newline characters. However when I read the strings from a text file and display them in the application, "\t" and "\n" are displayed rather than the cursor being tabbed or starting on a newline.

Why is this and how can I implement tab and newline characters in the text file?

Thanks for any help,

Kim Phillip