• 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
More about Records
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

More about Records


  • Subject: More about Records
  • From: Paul Berkowitz <email@hidden>
  • Date: Tue, 02 Jan 2001 11:57:31 -0800

Would someone like to explain what's going on here?

set r1 to {a:1, b:2, c:3}
set r2 to {a:1, b:2, c:75}

r1's {a, b}
-- {1, 2}
r2's {a, b}
-- {1, 2}
r1's {a, b} = r2's {a, b}
-- false
{r1's a, r1's b} = {r2's a, r2's b}
-- false
r1's a = r2's a and r1's b = r2's b
-- true


--
Paul Berkowitz


  • Prev by Date: Re: De-Selecting all selected files/folders
  • Next by Date: Re: De-Selecting all selected files/folders
  • Previous by thread: Re: De-Selecting all selected files/folders
  • Next by thread: Re: More about Records
  • Index(es):
    • Date
    • Thread