numberFormat(yourNumber,0) or if you want to be silly...
rereplace(yourNumber,'^0+','','ALL') On Tue, Apr 1, 2008 at 3:44 PM, James Smith <[EMAIL PROTECTED]> wrote: > numberformat(youNumber,0) > > > On Tue, Apr 1, 2008 at 3:42 PM, Paul Ihrig <[EMAIL PROTECTED]> wrote: > > how would i trim the results below > > i only want the numbers after the zeros. > > > > 000000000009970656 > > 000000000000056901 > > > > 9970656 > > 56901 > > > > thanks > > -paul > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:302430 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

