小弟初来乍到 对VB知之甚少 遇一问题 还望指点!!!
Private Sub Command1_Click()Dim n As Integer
Dim itotal As Integer
itotal = 1
n = 1
For n = 1 To 10
itotal = itotal * n
Next
print "计算1*2*3*...*10=" &itotal
End Sub
想求得1*2*3*...*10的结果
2010-12-15 00:38
2010-12-15 00:48
2010-12-16 10:13

2010-12-22 14:57
2010-12-29 10:27
2011-01-05 20:54