For语句问题3
private sub form_load()text1.text = ""
text1.setfocus
for i = 1 to 10
sum =sum+i
next i
text1.text = sum
end sub
上述程序可以运行吗?
2008-12-01 23:03
2008-12-01 23:40
2008-12-02 08:07
2008-12-02 08:24
2008-12-02 11:57
2008-12-03 10:45
2008-12-03 11:19
2008-12-03 11:56
2008-12-04 08:57