问题补充说明:vb如何为数组赋初值?能不能给一个数组中的每个值赋一个不同的初始值?
2种方法
1.直接赋值,此法只适合和小数组
DimmyArray360问答()asInteger={1,2,3,4,5}
或DimmyArray(5)asinteger
myArray(0)=1
myArray(1)=2
myArray(2)=3
myArray(3)=3
myArray(4)=5
myArray(5)=红宽费句风点星6
2.最常用的fornext循环赋值
DimmyArra另架讲传支意钟市蛋令事y()asinteger
ForintCountasInteger=0to5
m语门掉座yArray(intCount)=你要赋值的东西
Next
如果你要每个都不同那就这样:
DimmyArray()a优直挥模身选宣sinteger
DimFuZhiasinteger
ForFuzhias0to5
ForintCountasInteger=0to5
myArray(intCount)=fuzhi
NextintCou书挥族nt
Nextfuzh想这引字推旧术案责i