首页 资讯 > 正文

VB数组(vb数组赋值)

分享到:


【资料图】

1、2种方法1. 直接赋值。

2、此法只适合和小数组Dim myArray() as Integer ={1,2,3,4,5}或Dim myArray(5)as integermyArray(0)=1myArray(1)=2 myArray(2)=3 myArray(3)=3 myArray(4)=5 myArray(5)=62.最常用的for next循环赋值Dim myArray()as integerFor intCount as Integer= 0 to 5myArray(intCount)=你要赋值的东西Next如果你要每个都不同那就这样:Dim myArray()as integerDim FuZhi as integerFor Fuzhi as 0 to 5For intCount as Integer= 0 to 5myArray(intCount)=fuzhiNext intCountNext fuzhi。

本文分享完毕,希望对大家有所帮助。

上一篇:骑马与砍杀2阿塞莱兵种强度怎么样(骑马与砍杀2阿塞莱什么兵厉害)

下一篇:最后一页

x