devxlogo

Replace Function

Replace Function

Question:
I just started with VB6 programming and I need to write a short program doing the following:

1. Enter a sentence.
2. From this sentence which was entered, pick any word.
3. Enter a new word.

This program has to print a new sentence but it must replace the new word (point 3) with the word picked in point 2. How do I do this?

Answer:
Try the Replace function in VB 6, it will do this for you automatically, just as if you were in a Word document.

devx-admin

Share the Post: