Hello all, I am new to the forums and I have a question. I am new to VB and am working on a project that is taking information from a .dat file and placing it into an array. Now the .dat file looks kinda like so:
100101011010010
101010101010101someones name
001110001110001someoneelses name
etc..
I am trying to take the first line, which is the key to a test and verify the results with following lines and the persons name. Then display how many they got correct and how many they got wrong with the persons name. So, my question is can I read the element of the array and only read the numbers and then print out the name some other time? Should I just fill the array with one character at time and go from there? Is there some trick to making this array or a command that I can utilize to make this easier than it seems?
I appreciate the help, thanks all:
-Logoman


Reply With Quote
