Re: Repaying help by posting small Applescripts
Re: Repaying help by posting small Applescripts
- Subject: Re: Repaying help by posting small Applescripts
- From: Michelle Steiner <email@hidden>
- Date: Fri, 30 Apr 2004 02:15:51 -0700
On Apr 30, 2004, at 1:58 AM, Graff wrote:
if (i < 10) then
return "0" & i
else
return "" & i
How about this instead:
return text -2 through -1 of ("0" & i)
-- Michelle
--
The problem with political jokes is that too many of them get elected.
_______________________________________________
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.