.在VB中,怎样引用数组中的一个元素?

如题所述

Private Sub Form_Load()
Dim a(1 To 5)
a(1) = 5
MsgBox a(1)
End Sub
温馨提示:答案为网友推荐,仅供参考
第1个回答  2011-05-08
S=a(0)
相似回答