Dear Sir
I have tried to use strreplace in v.6.9.
My code :
tstr = "asdfsdfsdfdf sdfsdf"
StrReplace (tstr, "f","x")
Msgbox(tstr)
According to help, the result should be "asdxsdxsdxdx sdxsdx".
Unfortunity the result is no change "asdfsdfsdfdf sdfsdf".
Pls advice me how to solve it.
I have tried to use strreplace in v.6.9.
My code :
tstr = "asdfsdfsdfdf sdfsdf"
StrReplace (tstr, "f","x")
Msgbox(tstr)
According to help, the result should be "asdxsdxsdxdx sdxsdx".
Unfortunity the result is no change "asdfsdfsdfdf sdfsdf".
Pls advice me how to solve it.