Hi !
What i want to do is to remove all the characters from the string except my desired word, so if the string is
i want it only to leave the word "my" so it will delete everything else, and the string will now only containt "my" and nothing else.
Thanks in advance
What i want to do is to remove all the characters from the string except my desired word, so if the string is
Code:
Dim mystring As String = "Hello this is my string"Thanks in advance