I am trying to read ~100 sequential ascii files and then append them end-on-end into one text file. Is there a simple way to automate this step so I don't have to select each ascii file individually?
You can use the list directory to get all the file names under that directly. Then programactically read contents of the file and save to single file by having append to file TRUE on the write VI.