Hi, this is what I have:
Dim i As Single
Private Sub Command1_Click()
For i = 1 To 16
Text1.Text = i * Rnd
Next
End Sub
I get decimal numbers in my text box, how can I limit them to only whole numbers? Thanks
|
Results 1 to 3 of 3
|
Click Here to Expand Forum to Full Width |