Pages

Total Pageviews

Add This

Wednesday, May 11, 2011

RND - random

Create random numbers!


Label1.Text = CStr(Int(Rnd() * 10)) ' pick numbers

No comments:

Post a Comment