What sort of a loop is it? <cfloop index="counter" from="999" to="1" step="-1">
-----Original Message----- From: Jake McKee [mailto:[EMAIL PROTECTED]] Sent: Thursday, 25 April 2002 1:08 p.m. To: CF-Talk Subject: CFLOOP sort order Is there an easy way to spit out the contents of a CFLOOP backwards? So if my CFLOOP yields this: Item 1 Item 2 Item 3 Item 4 . how do I make it spit out this: Item 4 Item 3 Item 2 Item 1 Thanks! ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

