Re: [.NET] 再問一個有關陣列搜尋問題..

看板Visual_Basic作者 (小獅子)時間19年前 (2005/06/13 09:36), 編輯推噓1(100)
留言1則, 1人參與, 最新討論串2/2 (看更多)
※ 引述《fancies (N )》之銘言: : Private Sub btnSearch_Click(ByVal sender As System.Object, ByVal e As : System.EventArgs) Handles btnSearch.Click : Dim index As Integer = 0 : For index = 0 To intArrayname.GetUpperBound(0) : If txtSearchname.Text = intArrayname(index) Then : txtResultname.Text = intArrayname(index) : txtResulttel.Text = intArraytel(index) : End If : index += 1 : Next : End Sub : 我的問題是 我加入了兩個資料在陣列裡面..可是我搜尋時.卻都只能比較第一個. : 陣列第二個都不能被比到.不知道為什麼..謝謝~ 多出來的 -- VB 程式設計 倉木麻衣 PTT 星爺板 行列輸入法 ====================================================== Visual_Basic MaiKuraki Stephen Array -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 61.222.155.162

59.104.28.92 06/13, , 1F
謝謝妳~
59.104.28.92 06/13, 1F
文章代碼(AID): #12hEC8Dh (Visual_Basic)
文章代碼(AID): #12hEC8Dh (Visual_Basic)