home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 139 / dpcs0999.iso / Web / CFserver / data1.cab / Documentation / snippets / rand.cfm < prev    next >
Encoding:
Text File  |  1999-04-12  |  387 b   |  25 lines

  1. <!--- This example shows the use of Rand() --->
  2.  
  3. <HTML>
  4.  
  5. <HEAD>
  6. <TITLE>
  7. Rand Example
  8. </TITLE>
  9. </HEAD>
  10.  
  11. <BASEFONT FACE="Arial, Helvetica" SIZE=2>
  12. <BODY  bgcolor="#FFFFD5">
  13.  
  14. <H3>Rand Example</H3>
  15.  
  16. <P>Rand() returns a random number in the range 0 to 1.
  17.  
  18. <P>Rand() returned: <CFOUTPUT>#Rand()#</CFOUTPUT>
  19.  
  20. <P><a href="rand.cfm">Try again</A>
  21.  
  22. </BODY>
  23.  
  24. </HTML>       
  25.