User Guide
Manuals
Brands
Macromedia Manuals
Other
COLFUSION MX 7-CFML REFERENCE
721
722
723
724
725
726
727
728
729
730
ListLen
729
<cfoutput>#
ListLen(temp)
#</cfoutput> users.</h3>
<ul>
<cfloop From = "1" TO = "#
ListLen(temp)
#" INDEX = "Counter">
<cfoutput><li>Username #Counter#:
#ListGetAt(temp, Counter)#</cfoutput>
</cfloop>
</ul>
1
...
...
727
728
729
730
731
...
...
1108