VB.NET array element counter I'm trying to get code working that will take a report, remove everything so that all of the words are seperated by the space delimeter, assign that big old long string to an array using the split command. Then I want to count the number of times a word exists in the array. I'm having issues with my counter, and all I can get the counter to do is count the total number of words, not how many times each word exists in the array.
Thanks for any input/help |