By converting a string to a number, do you mean converting the string value "123" to 123, or do you mean converting "one hundred twenty-three" to 123?
If it's the first, you've got your answer already. If it's the second, it's a bit more complex and something that has come up in the past. You can search the archives or look at cflib.org, because I suspect someone's already built a function for that. Scott On Mon, Jul 19, 2010 at 2:45 PM, fun and learning <[email protected]>wrote: > > Hi All- > > is there a way I can convert a string to number in coldfusion. I could not > see any related functions to do this? > > Thanks > > -- ----------------------------------------- Scott Brady http://www.scottbrady.net/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335625 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

