I'm just goofing around, attempting to further my knowledge of VB and I was wondering if someone could give me some pointers or direction on how to approach writing a simple program to count the occurences of each numeral in a random typing session in a textbox. For example:
Text1="1239821938127"
Output would be something like:
CountedNumerals(0)=0
CountedNumerals(1)=3
CountedNumerals(2)=2
CountedNumerals(3)=2
CountedNumerals(4)=0
etc.....
Any Input will be greatly appreciated.
Thanks,
Harold
***You can't change your past, but you can change your future***
Text1="1239821938127"
Output would be something like:
CountedNumerals(0)=0
CountedNumerals(1)=3
CountedNumerals(2)=2
CountedNumerals(3)=2
CountedNumerals(4)=0
etc.....
Any Input will be greatly appreciated.
Thanks,
Harold
***You can't change your past, but you can change your future***