yeah, yeah, yeah -- you know, when you get used to doing things one way... Brackets are indeed a better way to go.
--Ferg Raymond Camden wrote: >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. >> >> >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:210025 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

