Hi everyone,
I'm working with two txt files. If they contain the same number of lines then my code will output and append the data to another text file successfully. However, if one file contains an extra line of data, that line doesn't get captured into the output file.
yea that captures all the lines in both files but in the output file I need to be able to append line 1 from the second input file to line 1 of the first input file, and so on...