Re: Counting & trashing
Re: Counting & trashing
- Subject: Re: Counting & trashing
- From: Graff <email@hidden>
- Date: Wed, 14 Jul 2004 01:25:35 -0400
Whups, forgot something there. It should be:
----
set dateText to "1/1/1000"
set aDate to date dateText
----
One word makes all the difference! :-)
- Ken
On Jul 13, 2004, at 11:13 PM, Graff wrote:
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"
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.