Re: Why is it?
Re: Why is it?
- Subject: Re: Why is it?
- From: Barry Wainwright <email@hidden>
- Date: Fri, 20 Oct 2006 16:09:38 +0100
- Thread-topic: Why is it?
On 20/10/06 15:45, "Michelle Steiner" <email@hidden> wrote:
> {year of d, month of d as integer, day of d} as text
> --> ""
>
> but
>
> set foo to {year of d, month of d as integer, day of d}
> foo as text
> --> "2006-10-20 7:41:26 AM"
>
> -- Michelle
I don't know why, because if you try {3,2,1} as text you get the expected
answer.
However, doing the conversions inside the list works:
{year of d as text, month of d as integer, day of d as text} as text
--
Barry
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Why is it? (From: Michelle Steiner <email@hidden>) |