VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Generate a random number

by Neggster (4 Submissions)
Category: Math/Dates
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Fri 18th January 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Generate a random number

Rate Generate a random number



Private Sub Command1_Click()
Text1.Text = Int(Rnd * 100) 'change 100 to what you want your random numbers to go up to
End Sub

Download this snippet    Add to My Saved Code

Generate a random number Comments

No comments have been posted about Generate a random number. Why not be the first to post a comment about Generate a random number.

Post your comment

Subject:
Message:
0/1000 characters