On 7/26/00, wai-leng penned:
>Hi all,
>
>I am using Round () to round numbers but I would like it to round down
>ie 469.50 should be evaluated as 469 instead of 470.
>
>Any suggestions please

Well, since round always rounds up or down accordingly, except .5 
which always rounds up, I presume you always want to round down, in 
which case int(number) will do it.
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to