Thanks for the code, Chris, but, as you've probably seen in my previous reply, the "Ceiling" function appears to do exactly what I'm after...
Rick -----Original Message----- From: Christopher Jordan [mailto:[EMAIL PROTECTED] Sent: Monday, March 12, 2007 6:21 PM To: CF-Talk Subject: Re: What is wrong with this? In that case Rick, try something like this: <cfset NumberOfDigits = Len(Get_Property_Details.Sale_Price)> <CFOutput> #NumberFormat(Get_Property_Details.Sale_Price, RepeatString("9", NumberOfDigits))# </CFOutput> .....or whatever... :o) I think RepeatString works in 4.5... I hope this helps. Chris ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 and Flex 2 Build sales & marketing dashboard RIAâs for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272453 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

