Hello,

I'm working on a project, where I need to store 2 to 3 parameters per line, and reading them back out one line at a time.

Server1,Name,Path
Server2,Name,Path
Server3,Name,Path

Then, read these back out.

I'm doing it in XML now and having troubles, getting a specific value out and thought that csv file would be easier.

Thanks for your Help.