I am using readline to read in lines from a text file and place them in a text box with the append method. This process is skipping the first line of text in the file and also it is not putting the last line in the textbox fully intact. The last line starts with an ampersand and the ampersand is being placed at the end of the previous record placed in the text box. Could someone advise? Thanks DC