I'm just teasing Rick. I'm glad you got your answer. :o) Chris
Rick Faircloth wrote: > 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 > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272454 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

