Loading...
Uploaded by clubpenguinpaperarmy on Nov 9, 2010
Code is: Dim rand As New Random Dim x As Integer TextBox1.Text = "" For i = 1 To 5 x = rand.Next(10000, 99999) TextBox1.Text &= "-" & x Next TextBox1.Text = TextBox1.Text.Substring(1)
Education
Standard YouTube License
Load more suggestions
Link to this comment:
All Comments (0)