Actually what I really want is For example
x=(23464.4356). I use
<cfset x = numberformat(x, "99999.99")>
I only want the 23464.43, but I keep getting 23464.44
Is there anyway of getting just the first 2 digit after the decimal point.
I couldnot figure out how to do it, so I thought of using converting x to a string first.
Anyone can tell me how to just get the first 2 digit after the decimal point is greatly appreciate it.