以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  字符串拼接救助?  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=140910)

--  作者:有点蓝
--  发布时间:2019/9/17 14:16:00
--  
Dim sz() As String = {"动态列表","Code","动态列表","动态列宽列显设置","Users","授权表"}
Dim tbstr As String = ""
For i As Integer = 0 To sz.length -1
    tbstr =  tbstr &  " tb.name <> """ & sz(i) & """ or"
Next
tbstr = tbstr.SubString(0,tbstr.Length - 2)
MessageBox.show(tbstr)

--  作者:有点蓝
--  发布时间:2019/9/17 15:18:00
--  
没看懂。上传具体实例说明