I have a txt file like this:

1,question,answer
2,question,answer
...

If I need question 4 (for example) and I want the question in lblQuestion and the answer in lblAnswer, how do I need to do this? I think i need to use line input but I don't know how.

Can somebody help me please?