- Home
·
- Math/Dates
·
- This is a improvement on my sum beteween integers program. It lets you input the numbers the calcul
This is a improvement on my sum beteween integers program. It lets you input the numbers the calcul
This is a improvement on my sum beteween integers program. It lets you input the numbers the calculates it. Result printing code included. If
Rate This is a improvement on my sum beteween integers program. It lets you input the numbers the calcul
(1(1 Vote))
End
End Sub
Private Sub cmdrun_Click()
Dim x As Single, b As Single, x1 As Single, x2 As Single
x1 = Val(txtx1)
x2 = Val(txtx2)
For x = x1 To x2
b = x + b
Next x
lblf.Caption = b
End Sub
This is a improvement on my sum beteween integers program. It lets you input the numbers the calcul Comments
No comments yet — be the first to post one!
Post a Comment