Re: Removable Disks (wrapping code)
Re: Removable Disks (wrapping code)
- Subject: Re: Removable Disks (wrapping code)
- From: Michelle Steiner <email@hidden>
- Date: Tue, 11 Nov 2003 19:26:18 -0700
On Nov 11, 2003, at 4:23 PM, Matthew Smith wrote:
set newMonth to text 2 thru 3 of (((month of (current date) as
integer) +
100) as text)
Although someone may point out an even better way to write it.
set newMonth to text -2 thru -1 of ("0" & (month of (current date) as
integer))
--Michelle
--
"Never ask a man what computer he uses. If it's a Mac, he'll tell you.
If it's not, why embarrass him?" --Tom Clancy
_______________________________________________
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.