Hi, anybody can help me with my problem?
i am trying to parse a string and i want this to put into a ComboBox.
the string format that i want to parse is like this:
[TEST]
12345678=abcdef / fhdfkjd|Sample
45464454=fffdfdsfs|Sample
44343232=jrhewrj / dsadasd|Sample
43452355=fdsfsd|Example
53532532=yuyuyiuy|Example
44124444=hfjahfajsfh / hjrhwrqwr|String
41242141=hrjerheerhe|String
i want the Sample, Example, String to be appear in ComboBox1 and if select 'Example' i want the fdsfsd, yuyuyiuy in ComboBox2 the same with if select Sample, String. and the rest i will do like reading INI.
Thanks
BR,

the string format that i want to parse is like this:
[TEST]
12345678=abcdef / fhdfkjd|Sample
45464454=fffdfdsfs|Sample
44343232=jrhewrj / dsadasd|Sample
43452355=fdsfsd|Example
53532532=yuyuyiuy|Example
44124444=hfjahfajsfh / hjrhwrqwr|String
41242141=hrjerheerhe|String
i want the Sample, Example, String to be appear in ComboBox1 and if select 'Example' i want the fdsfsd, yuyuyiuy in ComboBox2 the same with if select Sample, String. and the rest i will do like reading INI.
Thanks
BR,