菜鸟问题这样写对吗
n=1
image(n)=rs( "image ")
n=n+1
怎么才对~!~谢谢了
------解决方案--------------------for n=0 to 10
image(n)=rs( "image ")
next
------解决方案--------------------Dim n
n=1
do while not rs.eof
image(n)=rs( "image ")
n=n+1
rs.movenext
loop
------解决方案--------------------for 跟do while都可以实现的
上面给出了答案了
------解决方案--------------------不是,楼主是想用循环生成一个数组, 下面的代码太乱,我没法调试,帮顶吧
=============================================================
别忘了结帖,有问有结,再问不难! - 升星中 。。 多谢支持!呵呵