在VB中用ListBox代替数组可快速查找某值的索引号
例如:要查找"hbwl"所对引的索引号
ListBox1.Text = "hbwl"
syh=ListBox1.ListIndex
msgbox(syh)
?
?
发布时间: 2012-06-30 17:20:12 作者: rapoo
在VB中用ListBox代替数组可快速查找某值的索引号
例如:要查找"hbwl"所对引的索引号
ListBox1.Text = "hbwl"
syh=ListBox1.ListIndex
msgbox(syh)
?
?