回 帖 发 新 帖 刷新版面

主题:关于用match函数的语句,错在哪了

If Match(ywpm,"【原文作者】")
    then ls_strenth=Pos(ywpm,"【原文作者】")
         zz=mid(ls_string,ls_strenth+8)
End if


系统总报错:"Syntax error"

回复列表 (共2个回复)

沙发

语法错误,可惜我刚才学。。。。。。。。。。。。。

板凳

我也是刚学,改成这个看看:
If Match(ywpm,"【原文作者】") then
         ls_strenth=Pos(ywpm,"【原文作者】")
         zz=mid(ls_string,ls_strenth+8)
   End if

我来回复

您尚未登录,请登录后再回复。点此登录或注册