Re: (no subject)
Re: (no subject)
- Subject: Re: (no subject)
- From: LE STANG Jean-Baptiste <email@hidden>
- Date: Wed, 1 Jan 2003 21:07:10 +0100
- Resent-date: Wed, 1 Jan 2003 21:07:43 +0100
- Resent-from: LE STANG Jean-Baptiste <email@hidden>
- Resent-message-id: <email@hidden>
- Resent-to: email@hidden
The following returns a list of three lists
set d1 to {date "dimanche 9 ao{t 2020 0:00:00", 1}
set d2 to {date "mardi 1 janvier 2002 0:00:00", 2}
set d3 to {date "samedi 12 janvier 2002 0:00:00", 3}
set masterlist to {d1} & {d2} & {d3}
Jean-baptiste LE STANG
Le mercredi, 1 jan 2003, ` 20:48 Europe/Paris, Jerry Podhajsky a icrit :
De: "Jerry Podhajsky" <email@hidden>
Date: Mer 1 jan 2003 20:48:00 Europe/Paris
@: <email@hidden>
Objet: (no subject)
I'm sure this is really simple, but I can't seem to find any good
reference on it. I want to make a list of lists:
set d1 to {date "9/8/20", 1}
set d2 to {date "1/1/02", 2}
set d3 to {date "12/1/02", 3}
set masterlist to {}
set masterList to d1 & d2 & d3 -- yields a string concatenation of all
the list items.
The result I want is:
{{date "9/8/20", 1},{date "1/1/02", 2},{date "12/1/02", 3}}
All help appreciated.
jp
_______________________________________________
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.
_______________________________________________
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.