Are there any sites that show you how to import data from a text file into an array in visual basic using either a linear or binary search. A template would be even better!
You can combine a linear seach into this sequential input from a file, but it is easiest to read all the data into an array and then work with the array after that, doing whatever sort/search operations you like.
Hope this helps - feel free to ask anything else!!