VB中如何用循环来表示一个控件或数组?
比如image1、image2、image3、image4或a1()、a2()、a3()、a4()不用index控件组的情况下如何用循环表现出来?如:forY=0to4i...
比如image1、image2、image3、image4 或 a1()、a2()、a3()、a4()
不用index控件组的情况下
如何用循环表现出来?如:
for Y=0 to 4
if XXX then imageY.picture = XXX
next
或者
for Y=0 to 4
if XXX then aY(5) = XXX
next
我标志的Y这个地方,应该怎么写? 展开
不用index控件组的情况下
如何用循环表现出来?如:
for Y=0 to 4
if XXX then imageY.picture = XXX
next
或者
for Y=0 to 4
if XXX then aY(5) = XXX
next
我标志的Y这个地方,应该怎么写? 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询