Hey, I don't really understand save techniques. For starters, here's what I want to be able to do: I have two columns of textboxes, each column containing related data. Whenever the user clicks the a button(save) I want it to save a file somewhere that contains the information in column one and two, but is able to keep them separate. Then, when an open button is pressed, it needs to be able to read each set of data separately and move them each to separate arrays. So how can I do this?