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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-10-08
|
340 b
|
24 lines
<!--- This example shows the use of Rand() --->
<HTML>
<HEAD>
<TITLE>
Rand Example
</TITLE>
</HEAD>
<BODY bgcolor=silver>
<H3>Rand Example</H3>
<P>Rand() returns a random number in the range 0 to 1.
<P>Rand() returned: <CFOUTPUT>#Rand()#</CFOUTPUT>
<P><a href="rand.cfm">Try again</A>
</BODY>
</HTML>