General rule of thumb is to set variables using cfscript if there are three or more in a row. I do not have exact statistics to back this up, but I have found cfscript code to execute significantly faster than regular CFML. It is also easier to read and follow, IMHO.
-Justin Scott, Lead Developer Sceiron Internet Services, Inc. http://www.sceiron.com ----- Original Message ----- From: "Clint Tredway" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, April 15, 2002 11:41 AM Subject: cfset vs using cfscript > I have a question... > > Lets say that I have about 10 variables being set locally on 20 or so cfm > pages.. > > How much faster is using cfscript over using cfset to set the values of > these local variables? > > Clint Tredway > > > ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

