六道骸官图:如何取得两个index?

来源:百度文库 编辑:高考问答 时间:2024/05/12 00:18:21
Private Sub Label12_Click(Index As Integer)
Dim endstation As Integer
endstation = Index
Label5.Caption = endstation
End Sub
我要取控件数组的两个index,怎么取?参数?