I have a very simple data acquisition system. There are going to be at least two channels of data and I'd like to write all the data points to a spreadsheet file. Currently, I can connect two of the ouputs to a "build array" function, connect that to a "write to spreadsheet.vi", and taking that outside the while loop, connect it to a "Write characters to file.vi". The only problem is that when I try to connect a third input it will not work. I am successful getting two columns of data, but how would I incorporate three or more? Thanks.