Fill with random numbers between 0-12
I am trying to make the program insert a random number between 0 and 12.
WebBrowser1.Document.GetElementById("mm").SetAttri bute("value", "1")
Right now i have the value as one. What would be the code to set the program to choose a random value between 0 to 12.
WebBrowser1.Document.GetElementById("mm").SetAttri bute("value", "1")
Right now i have the value as one. What would be the code to set the program to choose a random value between 0 to 12.

I'm sure you love me. I also changed the rand integer to 0-12. xD

