Ahem...

To precisely state what I meant for those people who weren't quite sure
this:

<cfset list3 = "'" & replace(list, ",", "','", "all") & "'">

Appears to be about 75% FASTER than this:

<cfset list2 = listqualify(list, "'", ",")>

And to test it, you can take the code I sent over previously and put it into
a blank cfm page and run it.

Just interesting to note that a simple replace and extra strings at start
and end is quicker than a built-in ColdFusion function.

Paul



--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to