How do I code an application to count the total words and total letters in textbox1? AND textbox2 displays each word and the number of times it is displayed in textbox1.
The above all happens when a command button named "parse" is clicked.
Printable View
How do I code an application to count the total words and total letters in textbox1? AND textbox2 displays each word and the number of times it is displayed in textbox1.
The above all happens when a command button named "parse" is clicked.