Using VB6. I have created a file (thanks to all the help on hte early question, worked) now I need to count the number of characters in the file and the number of time each character appers in the file to compare it to a users input. The file is made up of the ASCII characters between 33 and 126 at random, I need to vefify that the character is in the file the correct number of times.


Thanks