Hello,
I have a text box and I want to be able to pick out just the words individualy.
I can get the number of spaces and the number of words but I am not quite sure how to get the actuall words.
if my string is this
"Hello, how are you doing?"
I want to be able to associate "hello" with the number 1
"how" with number two...ect.
I hope this makes sense to someone.
thanks