Thanks for the response, but that isn't what I am looking for.

I am looking for code so that the program will clear out some words and leave the rest.

Example 1:

"hapy=elen/john3432.long"

Now, I want to take out "hapy=elen/" and leave "john3432". Keep in mind that
"john3432" is a random word, so i must just clear out the first few letters, if that is possible. So in other words I am making "hapy=elen/" restriction so that it cannot be put into the text box.

Example 2:

Label1.caption = "hapy=elen/john3432.long"

After the command button has been pressed label must be....

label2.caption = "john3432.long"

I Really hope you can help with this, thanks..