> -----Original Message----- > From: Paul Ihrig [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 01, 2008 10:43 AM > To: CF-Talk > Subject: Trim leading zeros > > how would i trim the results below > i only want the numbers after the zeros. > > 000000000009970656 > 000000000000056901 > > 9970656 > 56901
Val() should do exactly what you want. Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:302440 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

