|
-
Dec 9th, 2001, 06:35 PM
#1
Thread Starter
Addicted Member
asp - randomize / rnd ~ crap
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
-
Dec 9th, 2001, 07:40 PM
#2
PowerPoster
If ASP supports Randomize, to use it you just write
Randomize
Number = 100 * Rnd(1)
(Random number 0-99)
-----------------------------------------
-RJ
[email protected]
-----------------------------------------
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|