I'm just curious as to which of these 2 methods is faster and why:
1) <cfset Error = Error & "sometext <br>">
2) <cfset Error = listAppend(Error, "sometext <br>")>
thanks,
vaughan
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
- RE: "CF_SQL_DATE" Hayes, David
- Re: "CF_SQL_DATE" sebastian palmigiani
- Re: "CF_SQL_DATE" mark_wimer
- Vaughan Evans

