use cfloop to step backwards through the output with step="-1"

<cfloop index="blah" from="1" to="#message.recordcount#" step="-1">

messages

</cfloop>

> List,
> I am currently trying to create an e-mail client.  I have a couple of
> questions that I thought were easy but... First, is there a way to reverse
> the message header order, I am currently getting the oldest message first,
I
> would like to display the newest first.  Secondly, I would like to format
> the date down to just dd/mm/yyyy but the dateformat function will not
work,
> am I going to have to trim out the extra information?
> TIA,
> Kevin Queen
>
> --------------------------------------------------------------------------
----------------------
> Archives: http://www.mail-archive.com/[email protected]/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]
>


------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to