I am writing data out to a file using several concatenated strings, and somewhere the string length is being limited to 80 characters long. The data file is opened using Open/Create/ReplaceFile.vi, and written to using Write to File.vi. If my data is under 80 characters in length, it works fine, but if over 80 characters, it wraps around to the next line, overwriting the next line's data. Running in single step mode, I don't find where the character string being written out is limited to 80 characters.. My terminal window, looking at the data, is 120 characters wide. Ideas? Thanks!