> I see what you are saying.... hmmm, I still like code block > two tho... looks prettier :-)
What you have to remember is that there is one thing a LOT more important than shaving fractions of milliseconds off of execution time... Readability and Updatability If you (the programmer) can't read the code later, then it is unimportant that it runs a tiny bit faster than code that you can read and easily update You should always work to what you find easy to read and update Oh, on an semi-related note, in all but MX, putting code like this into CFSCRIPT will make it faster HTH Phil ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm

