Hello everybody. Here's my latest problem: I have to keep track of a few sets of guys-about 8 sets of 20 guys each. They have a name, number, and postion associated with each of them. I want to do two things; Turn a listview with the 3 columns (#,Name,Pos) and the completed list of names into a file (and eventually have about 8 files with the 20 guys' data), and I want to read from that file and put it back in a listview.

Thanks in advance,

bob