Hello,
I'm new to vb.
Basically, I want to learn how to remove the last part of a string if its seperated by spaces...
For Example (How to change):
"John said 687" To "687"
or
"John decided to say hello" To "hello"
in otherwords, the last word of the string, it won't always be the same number of digits/letters though, but it will always be seperated by a space.
Ask if you have questions.
Thanks in advance.