编程论坛
注册
登录
编程论坛
→
VB6论坛
数组可不可以被做为 for next 的函数变量
lanyingjie
发布于 2014-10-26 07:51, 369 次点击
Dim a(1 to 10) as integer
Dim i as integer
i=1
For a(1) = 1 to 5
For a(2) = 1 to 5
For a(3) = 1 to 5
………
next…
为什么运行后显示for control控件已存在?
0 回复
1