Hello :)
Lets say I have a text file that looks like this :
*DataString1
info1;info2;info3
//newline delimiter
*DataString2
info1;info2;info3;info4
//newline delimiter
.
.
.
//and so on
What is the best container with which I could process and manipulate the information stored in this file?
Thank you for any info.
Joey