Re: 1 to 001 & the duplicate command
Re: 1 to 001 & the duplicate command
- Subject: Re: 1 to 001 & the duplicate command
- From: Bill Hoffman <email@hidden>
- Date: Thu, 30 May 2002 21:34:44 -0700
On Thursday, May 30, 2002, at 02:06 PM, Stephen Swift wrote:
I was just curious if there
is a coercion which allows a number to have leading zeros (by default
AppleScript changes 001 to 1).
set num to 1
set formattedNum to text -3 thru end of ("000" & num)
--
Bill Hoffman
email@hidden
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.