On Tue, 9 May 2000 11:08:23 -0700, "Chris Giminez" <[EMAIL PROTECTED]> 
wrote:
>
> How can I change a value of a variable with this format
>
> 12/345,678 
>  
> to this format
>
> 12-345678

<CFSET yourvar = ReReplace(yourvar, "/([0-9]*),", "-\1")>

should do the trick I think (untested).

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to