Hi,
I'm trying to read certain values from a text file and store them in a variable/string so that I can populate a combobox with the values. I have my read stream etc, but I'm unsure about how I would pick out certain data from the text file that I have. The data I want is all the CD id's such as cd232 and 342, the text files structure is below. I would really appreciate your help.
CD232
Bryan Adams
Greatest Hits
HMV
UK
CD
Reading Store
CD342
Bryan Adams
18 Til I die
HMV
UK
DVD
Oxford Store
Cheers