Hi guys,
I have a text file named "grades.txt" and in it is a list of students with corresponding grades, an example is below:
I want to be able to load this information into a 2D array (it has to be a 2d array). Once the text file is loaded I will be able to split the data across a range of listboxes and labels. At the moment I am struggling to load a text file into the array.
If anyone can give me some help that would be great :)
Thanks!
I have a text file named "grades.txt" and in it is a list of students with corresponding grades, an example is below:
Code:
James,46/100,61/100,54/100,57/100
If anyone can give me some help that would be great :)
Thanks!