Not to be picky (ok, I -am- being picky and anal retentive), but why
use structFInd? It's not really useful. I would normally do
#theData[i]#



On 6/20/05, Ken Ferguson <[EMAIL PROTECTED]> wrote:
> I agree with Raymond of course, but look, if you want to do inserts in a
> specific order, you can do that just as easily as you can present your
> data in a specific order. If you were going to order your data for
> presentation, you'd do something like this:
> 
> <cfset sorted = listSort(structKeyList(thedata), "numeric")>
> <cfloop list="#sorted#" index="i">
>   #i# :  #structFind(theData, i)#
> </cfloop>
> 
> That would present the data in the desired order.
> So just use the same convention in creating your inserts when you do the
> processing and you'll get the results you're seeking.
> 
-- 
=======================================================================
Raymond Camden, Director of Development for Mindseye, Inc (www.mindseye.com)

Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia)

Email    : [EMAIL PROTECTED]
Blog     : ray.camdenfamily.com
Yahoo IM : cfjedimaster

"My ally is the Force, and a powerful ally it is." - Yoda

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210023
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