Foxtable(狐表)用户栏目专家坐堂 → getvalues的问题


  共有3306人关注过本帖树形打印复制链接

主题:getvalues的问题

帅哥哟,离线,有人找我吗?
狐狸爸爸
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:管理员 帖子:47526 积分:251577 威望:0 精华:91 注册:2008/6/17 17:14:00
  发帖心情 Post By:2019/9/3 16:25:00 [显示全部帖子]

Outputlist=modt.GetValues("outputitem|outputdesc")
Inputlist=modt.GetValues("inputitem|inputdesc")
For Each outp As String() In outputlist
    Dim match As Boolean = False
    For Each Intp  As String() In Inputlist
        If outp(0) = Intp(0) AndAlso outp(1) = Intp(1) Then
            match = True
            Exit For
        End If
        If match = False
            步骤1
        Else

 回到顶部