hi,

I've created a program that saves and uploads data from a .txt file and into a vector.

But know im having a small problem, i need to save the data in the .txt file in this format:
name, adress, phone, etc, etc2

The program is saving the data in that order, the problem now is that i can't load the data because of that format :-(

Can anyone tel me how i can load the data, but keeping that format in the .txt file?