RO
-----Original Message-----
From: Claude Schneegans [mailto:[EMAIL PROTECTED]
Sent: Friday, May 21, 2004 11:44 AM
To: CF-Talk
Subject: Re: Comma in price
Just remove any comma from the string first:
<CFSET price = replace(price, ",", "", "all")>
--
_______________________________________
See some cool custom tags here:
http://www.contentbox.com/claude/customtags/tagstore.cfm
Please send any spam to this address: [EMAIL PROTECTED]
Thanks.
_____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

