Hi,
I am trying to create a loop so that my data from three columns after being calculated will be reconverted into three columns again and then run through 10 seperate data text files to add to the new file so that when the loop is finished I have 3 columns with data from all 10 files. I.E. I have three data points A,B,C from file 1 in column 0,1,2 and then when I run file 2, the three new data points 2A,2B,2C will go underneath their respective column. Right now it is just erasing the pervious trial. Any help would be appreciated it, I am very unfamiliar with loops and I am just geting started