Hi, I'm developing a program that has to read a text-file and write to it. I do not have to display the file to the user. So I'm wondering, would it be better to load the file in a textbox or use a string variabel to store it? Thanks.