I've got a structure like so:
 
Events[]
     "ARSG90IFNwcmluZ3M=7"
     "MITGFtYXI=3"
     "TXQXJsaW5ndG9u5"
 
Yes, the elements are base64 encoded.
 
Anyway, I do a dump of the structure before running it in cfloop and it
is in the correct order that I want.  Then I run this:
 
<cfloop collection="#Events#" item="EventID">
    stuff in here
</cfloop>
 
However the cfloop query outputs the data in a different order, putting
the TX value first, then AR then MI.  Is something going wrong or am I
missing a step?

Thanks.
 
-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> 
The Limu Company - http://www.thelimucompany.com/
<http://www.thelimucompany.com/>  - 407-804-1014
#include <stdjoke.h>
 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198246
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to