home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 April / APC443.iso / features / grpware / coldfus / coldfusi.exe / data1.cab / Documentation / snippets / rand.cfm < prev    next >
Encoding:
Text File  |  1998-10-08  |  340 b   |  24 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. <BODY bgcolor=silver>
  12.  
  13. <H3>Rand Example</H3>
  14.  
  15. <P>Rand() returns a random number in the range 0 to 1.
  16.  
  17. <P>Rand() returned: <CFOUTPUT>#Rand()#</CFOUTPUT>
  18.  
  19. <P><a href="rand.cfm">Try again</A>
  20.  
  21. </BODY>
  22.  
  23. </HTML>       
  24.