The text file I am working with is similar to a database. Long lines of comma delimited data. I want to write a program that get the first and third item from the file for display. And when its selected it I want to be able to edit the fifth item. I would import it to a database if it didn't need to be that text file. Can anyone think of a way to do the editing? I already know a way to get the certain item's I need, But if anyone has ideas I would be appreciative.

Thanks in advance.