Hi all,
I was confused. I thought it should be very straightforward.
I have the following code:
namestr="Peippp-hua ggSun"
call Replace(namestr, "-", "abc")
response.write namestr
response.end
after replace call, the namestr still have the "-" in the original place. What went wrong?
Thank you,
Betty
I was confused. I thought it should be very straightforward.
I have the following code:
namestr="Peippp-hua ggSun"
call Replace(namestr, "-", "abc")
response.write namestr
response.end
after replace call, the namestr still have the "-" in the original place. What went wrong?
Thank you,
Betty