Very true. The set of code suggested by Dominic Watson is a better test than the one I set up. Basically the two sets of code worked out to be the same in terms of "speed" with the script block being faster on some trial and the <cfset block being faster on others. So in the end its a matter of readability and user preference.
larry >> It really just comes down to preference now. How do you like to code, in >> script or in tags? I tend to use tags in CF just out of habit. > >Yup. I generally prefer script for blocks of code 4 lines of longer. >Tags for code that shorter than 4 lines. The tradeoff in time spend >coding is far superior to any gain you could ever possibly hope to get >in execution time. > >I see this whole argument on CF-Talk from time to time. I use to >participate in it. Now I just roll my eyes and keep working. The >debate's not even worth the time it takes to discuss. > >-Cameron > >-- >Cameron Childress >Sumo Consulting Inc >http://www.sumoc.com >--- >cell: 678.637.5072 >aim: cameroncf >email: [EMAIL PROTECTED] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:263260 Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5
