I'm a novice at Visual basic so I need a little help getting started on a project I'm working on. I open a text file containing Student names and grades using a StreamReader
but I want to select certain values from the text file (e.g. their highest grade, averages and overall marks). Would I be best off creating an array to display these values or writing functions to retrieve the data I want? I'm at a bit of a loss and don't want to waste my time so any suggestions would be very welcome.
data is stored as a txt file as follows student name,grade1,grade2,grade3,grade4,overall mark.
Thanks.