1
Answer

How to read specific lines with File.ReadLine?

Anett Barat

Anett Barat

6y
467
1
I have a csv file that starts with a category number (1 to 4) and a word after. I have a global variable that has a different value depending on which category the player chose and I want to read only the lines that have that value as category. How can I do that?
Answers (1)