if A="張三" then
A="zhangsan"
end if
這樣不就換過了?
說到替換,是不是想這樣
也可以用下面這種
Txt = Replace("我們都是好朋友", "都是", "不是")
那麽運行出來的結果就是
txt="我們不是好朋友"