> How would I write a expression to replace $2,345.00 with
> 2345

REReplace(listfirst(mystring,"."),"[^[:digit:]]","","ALL")

will eliminate decimal places and strip all non-numeric characters from a
string...

Isaac

www.turnkey.to
954-776-0046

______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to