how do you use that? I've never wanted to use it until now and none of my books have anything on it :( any helpful tips/code sample/links to articles or tutorials would help thx
Printable View
how do you use that? I've never wanted to use it until now and none of my books have anything on it :( any helpful tips/code sample/links to articles or tutorials would help thx
If ASP supports Randomize, to use it you just write
Randomize
Number = 100 * Rnd(1)
(Random number 0-99)