Skip to main content
Inspiring
June 6, 2008
Question

generate random number

  • June 6, 2008
  • 2 replies
  • 492 views
Could anyone please tell me how to generate a random number, so I can randomly display banners?

Thankyou
This topic has been closed for replies.

2 replies

Inspiring
June 6, 2008
Simple - just use

#RandRange(10000, 99999)#

(or change the numbers to whichever you would like in your range - apparently doesn't do as well with numbers over 1,000,000,000)
Inspiring
June 6, 2008
> Could anyone please tell me how to generate a random number, so I can randomly display banners?

Have you had a squizz through the docs to see if you could spot a function
which might do this?

http://livedocs.adobe.com/coldfusion/8/htmldocs/functions-pt0_01.html

--
Adam
Participating Frequently
June 6, 2008
quote:

Have you had a squizz through the docs to see if you could spot a function
Naaaaah, too much work. Easier to ask someone else for help than to figure it out himself.... as usual.

Phil