I'm using this code to write a file:<BR><BR>var xts = new StreamWriter(Application("testDIR"));<BR>xts.Write(completeString, "ANSI", 102400000);<BR>xts.Close();<BR><BR>completeString is fairly large and this code only writes part of what is in the variable to the file.<BR>Help would be great!<BR>Thanks in advance.<BR>