<cfset temp = 1E-006>
<cfdump var="#NumberFormat(temp,'.______')#" />
<cfset temp = lsParseCurrency(temp)>
<cfdump var="#temp#" />
<cfabort />

Running this on CF8 & CF7 results in an Error on line 3

"Parameter 1, 1E-006, of function LSParseCurrency is an invalid currency 
value in the current locale."

which is o.k, but in CF9 it returns......

0.000001
-1000000.0

Can anyone see this as being a bit of an issue? Is this a bug in CF9? If 
you run this on your CF9 instance? does it give you the same result?

Cheers
Gareth.

--

You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.


Reply via email to