NumberFormat(01011+7,"00000")
-----Original Message----- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 3:21 PM To: CF-Talk Subject: Re: ArrayAppend oddity put the value in quotes? arrayAppend(myArrayList2, '01011') On 2/16/06, Jeremy Bunton <[EMAIL PROTECTED]> wrote: > I have the code below doing this where 01011 is a zip code. So I would like > the output to be 01018 as the appended value in the array but right now I am > getting 1018 (leading 0 getting cut off) I tried listappend and it does the > same thing. Val() and tostring() didn't seem to do much either. Any ideas? > > ArrayAppend(myArrayList2,01011+7); > > Jeremy > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232582 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

