• 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
Re: What makes AppleScript difficult
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What makes AppleScript difficult


  • Subject: Re: What makes AppleScript difficult
  • From: Michelle Steiner <email@hidden>
  • Date: Mon, 10 Dec 2007 09:21:50 -0700

On Dec 10, 2007, at 5:15 AM, Luther Fuller wrote:

We should be able to reference items of a record by index.
Then we could write useful code like ...
	name of item 3 of dataRecord
and
	value of item 3 of dataRecord

Problem with that is that records are inherently unordered.

{name:  "Michelle", phone:  "800-555-1212"} is identical to
{phone: "800-555-1212", name: "Michelle"}

(You can already do this with plist files.)

But those are properties, not records. They look the same, but they are not the same.


-- Michelle

--
"Our enemies are innovative and resourceful, and so are we. They never stop thinking about new ways to harm our country and our people, and neither do we." --George W. Bush, Aug 5, 2004.


_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden
References: 
 >Re: What makes AppleScript difficult (From: Brennan <email@hidden>)
 >Re: What makes AppleScript difficult (From: Luther Fuller <email@hidden>)

  • Prev by Date: Re: What makes AppleScript difficult
  • Next by Date: Re: What makes AppleScript difficult
  • Previous by thread: Re: What makes AppleScript difficult
  • Next by thread: Re: What makes AppleScript difficult
  • Index(es):
    • Date
    • Thread