like this?

<cfscript>
    for (i=1; i lte 10; i = i+1)
    {  
        writeOutput(i & "<br>");  
    }
</cfscript>

----- Original Message -----
  From: Damien McKenna
  To: CF-Talk
  Sent: Wednesday, August 11, 2004 11:57 AM
  Subject: "foreach"?

  Is there any way to do a foreach-type loop in CFML?
  --
  Damien McKenna - Web Developer - [EMAIL PROTECTED]
  The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
  "Nothing endures but change." - Heraclitus
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to