PaulH *TMM*
2006-01-23 11:01:45 UTC
multiplied. this problem only occurs when there is a comma in the number. how
do i remove it before it is inputted in the database? help is greatly
<cfscript>do i remove it before it is inputted in the database? help is greatly
aValue=" 1,450";
writeoutput(" #aValue# ::: #lsParseNumber(aValue)#<br>");
</cfscript>
you might also just validate it's numeric in the form clientside.