Okay, here's my situation, I'm writing a program with a bunch of stuff in a text file, and I need to take the data from the text file (say, a written paragraph) and display it on screen as is. I don't need to count anything, I just need to make the program copy the text from the text file and put it on the screen. Any help?