Cheers Rob,

> Oh forgot to mention its no so much the valuelist function but the
> way the values are stored in the query object.

Why does the cfdump display the values as ints not doubles?

Cheers

David 



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rod Higgins
Sent: Thursday, 6 January 2005 2:45 PM
To: CFAussie Mailing List
Subject: [cfaussie] Re: Changed ValueList behaviour between CF5 and CFMX

> The behaviour of the ValueList function seems to have changed between 
> CF5 and CFMX - it returns integers as one-decimal place floating points
(i.e.
> 5.0 instead of 5).

Oh forgot to mention its no so much the valuelist function but the way the
values are stored in the query object. In the cfscript the "i" index is
actually a double not a float, the query stores the Double.toString() value
of it ie 1.0. The valuelist function is behaving correctly, in that it
creates a list of the stored string values in the query column, as it
should.

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to
[EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to