How can I do this.
I have 4 text boxes side by side, and I want to save all of their
contents to a file. But I want the file's contents to reflect how
they look in the text boxes side by side. What I mean is I can't
save the first text box and then the second, third, etc., but I need
to get line #1 from textbox1, textbox2, textbox3, & textbox4 and
that will be the first line of the text file......

How can I do this in a loop??

Thanks for any help.