C
cyberdude
Hi,
I want to replace part of a string by another string. For example,
Dim A as string
A="I have a car. He has a house"
If "car" is to be replaced by "boat", how can I do that?
(So, A becomes "I have a boat. He has a house")
Thanks.
Mike
I want to replace part of a string by another string. For example,
Dim A as string
A="I have a car. He has a house"
If "car" is to be replaced by "boat", how can I do that?
(So, A becomes "I have a boat. He has a house")
Thanks.
Mike