以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  Replace替换*号的字符串不行  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=138294)

--  作者:baiyangfy
--  发布时间:2019/7/27 15:57:00
--  Replace替换*号的字符串不行

Dim txt As String="80*80纸"
txt.Replace("*","123")
Output.Show(txt)

 

还有表的Filter条件80*80纸有*会报错


--  作者:有点蓝
--  发布时间:2019/7/27 17:14:00
--  
txt = txt.Replace("*","123")