Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP Random code

Status
Not open for further replies.

JLSigman

Programmer
Joined
Sep 20, 2001
Messages
261
Location
US
What I need is a small snippet of code to randomly pick a number... I saw some of it in an ASP class, but I left the book at home (idiot me). It doesn't have to be a full-fledged page, just the code that will display a random number. Thanks, Jennifer Sigman
Code-borrower extraordinaire
"They call us public servants for a reason..."
 
(upperbound - lowerbound) * RND + lowerbound

will produce a random number between the variables The secret of life is honesty and fair dealing. If you can fake that, you've got it made.
Groucho Marx (1895-1977)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top