A.a(3)=3
B.a(3)=inputbox("inputdata")
C.a(3)=Listl.Listlndex
D.a=Array(1,2,3,4,5,6)
[单选题]设有数组定义语句:Dim a(5) As Integer,List1为列表框控件。下列给数组元素赋值的语句错误的是( )。A.a(3) =3B.a(3) =inputbox("input data")C.a(3) =List1.ListIndexD.a=Array(1,2,3,4,5,6)
[单选题]设有数组定义语句:Dim a(5) As Integer,List1为列表框控件。下列给数组元素赋值的语句错误的是A.a(3)=3B.a(3)=InputBox("inputdata")C.a(3)=List1.ListlndexD.a=Array(1,2,3,4,5,6)
[单选题]设有数组定义语句:Dim a(5) As Integer,List1为列表框控件。下列给数组元素赋值的语句错误的是A.a(3)=3B.a(3)=InputBox("input data")C.a(3)=List1.ListIndexD.a=Array(1,2,3,4,5,6)
[单选题]设有数组定义语句:Dim a(5)As Integer,List1为列表框控件。下列给数组元素赋值的语句错误的是( )。A.a(3)=3B.a(3)
[单选题]设有数组定义语句:Dim a(5) As Integer,并设List1为列表框控件。下列给数组元素赋值的语句错误的是( )。A.a(3)=3B.a(3)=inputbox("inputdata")C.a(3)=List1.ListIndexD.a=Army(1,2,3,4,5,6)
[单选题]设有数组定义语句:Dim a(5)As Integer,并设List1为列表框控件。下列给数组元素赋值的语句错误的是( )。A.a(3)=3B.a(3)=inputbox("inputdata")C.a(3)=List1.List1ndexD.a=Array(1,2,3,4,5,6)
[单选题]用下面语句定义的数组的元素个数是()dima(-3to5)asintegerA . 6B . 7C . 8D . 9
[单选题]下列语句中,获得列表框Listl中项目个数的语句是A.x=List1.ListCountB.x=ListCountC.x=List1.ListIndexD.x=ListIndex
[单选题]设有数组声明语句以上语句所定义的数组a共有()元素A . 9B . 2C . 3D . 6
[单选题](23)设有数组定义语句:Dim a(5)As Integer,并设List1为列表框控件。下列给数组元素赋值的语句错误的是A.a(3)=3 B.a(3)=inputbox("inputdata") C.a(3)=List1.ListIndex D.a=Array(1,2,3,4,5,6)