> What is the equivalent of the CDBL() function (asp) in 
> coldfusion? 
> 
> I have a COM object that takes a weight as a parameter. In 
> one computer, it interprets 6.65 < 30 and 6,65 > 30 and on 
> the other occurs the exact oposite. 

There's nothing directly equivalent to CDBL in CF, since CF is, more or
less, a typeless language. The closest function is Val, which will let you
specify that an expression be treated as numeric.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to