Re: String to multiple-item list coercion
Re: String to multiple-item list coercion
- Subject: Re: String to multiple-item list coercion
- From: Michelle Steiner <email@hidden>
- Date: Wed, 25 Sep 2002 10:33:45 -0700
On Tuesday, September 24, 2002, at 02:20 PM, has wrote:
set {day:a, month:b, year:c} to date "Sunday, September 1, 2002
12:00:00am"
--> date "Sunday, September 1, 2002 12:00:00 AM"
Thing is that the line doesn't do any computation, so the result in the
result window is whatever is on the right side of the equation.
Going back to the original equation, we saw this:
set {a, b, c, d, e} to "abcdefgh"
--> "abcdefgh"
However:
set {a, b, c, d, e} to "abcdefgh"
{a, b, c, d, e}
--> {"a", "b", "c", "d", "e"}
--Michelle
We're not human beings having a spiritual experience.
We're spiritual beings having a human experience.
_______________________________________________
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.