|
-
Feb 23rd, 2008, 12:57 PM
#1
Thread Starter
New Member
2008 Array Question
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|