• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
FW: Making a list of lists
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FW: Making a list of lists


  • Subject: FW: Making a list of lists
  • From: "Jerry Podhajsky" <email@hidden>
  • Date: Wed, 1 Jan 2003 14:07:27 -0600
  • Thread-topic: (no subject)

Sorry...forgot the subject.

-----Original Message-----
From: Jerry Podhajsky
Sent: Wed 1/1/2003 1:48 PM
To: email@hidden
Cc:
Subject: (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.

  • Follow-Ups:
    • Re: FW: Making a list of lists
      • From: Axel Luttgens <email@hidden>
    • Re: FW: Making a list of lists
      • From: John Stewart <email@hidden>
  • Prev by Date: Re: (no subject)
  • Next by Date: Re: (no subject)
  • Previous by thread: Re: (no subject)
  • Next by thread: Re: FW: Making a list of lists
  • Index(es):
    • Date
    • Thread