Re: Counting & trashing
Re: Counting & trashing
- Subject: Re: Counting & trashing
- From: Graff <email@hidden>
- Date: Tue, 13 Jul 2004 23:13:57 -0400
That's normal, if annoying. I usually put a stop to it by doing
something like this:
----
set dateText to "1/1/1000"
set aDate to dateText
----
I do it this way because it's just more easily read than the compiled
"Wednesday, January 1, 1000 12:00:00 AM"
- Ken
On Jul 13, 2004, at 9:41 PM, David Andrews wrote:
BTW: If I enter:
set aDate to date "1/1/1000" --< date "1/1/1000"
It gets compiled as:
set aDate to date "Wednesday, January 1, 1000 12:00:00 AM" --< date
"1/1/1000"
_______________________________________________
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.