cfset astr = "1,2,3,4">
<cfset astr = replace(astr,',','',"all")>
<cfoutput>#astr#</cfoutput>

> -----Original Message-----
> From: Brian Thornton [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, March 27, 2001 11:38 AM
> To:   CF-Talk
> Subject:      Killing Commas
> 
> Anyone know of a "quick" fix for removing commas in returned data?
> 
> 
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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

Reply via email to