Anyone have any idea how to search a textbox for a word and get the next word after it in vb6?
example:
"message" "hello"
The code should get the 2nd word, "hello".
I've been trying to find a way to do this, so far I can search for a word but can't find a way to ignore the space character between the words and copy the 2nd word up to the next space character.
Thx...
example:
"message" "hello"
The code should get the 2nd word, "hello".
I've been trying to find a way to do this, so far I can search for a word but can't find a way to ignore the space character between the words and copy the 2nd word up to the next space character.
Thx...
Comment