Hi,
I've read various topics on this particular thing and have got nothing working, I just can't seem to get my head around it.
I've got a file with two strings and a decimal, separated by commas.
I want to read them in to a linked list so that they can be processed etc. from user input.
I can get the streamreader bit.
The only bit of code worth posting here is only one line as I do not know where to go for lines with multiple parts. The streamreader is fairly easy:
StreamReader fromFile = new StreamReader("../../convert.txt");
Any help would be appreciated, I hope I don't seem overly lazy or anything but I realy don't know where to go from here.