<CFLOOP INDEX="i" FROM="1" TO="#ArrayLen(array)#">
   <cfoutput>
   #array[i]#<br>
   </cfoutput>
</CFLOOP>


>From: "Giesbrecht, Jeffrey" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: Fusebox <[EMAIL PROTECTED]>
>Subject: simple cf question?
>Date: Tue, 23 Jan 2001 16:45:34 -0600
>
>To all you that use arrays.. I can not for the life of me figure out how to
>loop over an array displaying the contents to the screen.
>
>Can someone please help?
>
>Thanks,
>
>       Jeff Giesbrecht
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to