use the reverse() function
"Success is a journey, not a destination!!" Doug Brown ----- Original Message ----- From: "Jake McKee" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, April 24, 2002 6:07 PM 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! > > > __________________________________________________________________ ____ > Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm > 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 > ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm 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

