Unrivaled1
IS-IT--Management
Ok, this should be a simple one (which is why I am clueless).
I have a .csv file with 700+ rows each containing 23 columns of text. All I need to do is referrence the file by specifying which row I want, pulling the entire row of 23 columns and outputting it to a MessageBox with each column being a single line of text in the MessageBox.
I'll be referring which row I want from a drop list. So I intend to use the Int associated which their selection (+1) to determine the row I will be pulling.
Any sample code illustrating the read from .csv would be greatly appreciated.
I have a .csv file with 700+ rows each containing 23 columns of text. All I need to do is referrence the file by specifying which row I want, pulling the entire row of 23 columns and outputting it to a MessageBox with each column being a single line of text in the MessageBox.
I'll be referring which row I want from a drop list. So I intend to use the Int associated which their selection (+1) to determine the row I will be pulling.
Any sample code illustrating the read from .csv would be greatly appreciated.