Hello all. I am very new to VB.Net and am currently learning the basics and mechanics of how the software functions, my past was mainly with Matlab, so naming variables and such is quite different to me now.
My question is this: How can I read data from a .csv file I have opened into a variable for later use (i.e. plotting with zedgraph)? My csv file contains 100+ columns and 12000+ rows of data, with each column a different variable.
I've searched around a ton on this subject, and combined many methods I found on the net to my project but none actually do what I am required to do.
So, I apologize in advance if this seems really fundamental! Any help would be much appreciated!!!!