• 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: Error resolving references
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error resolving references


  • Subject: Re: Error resolving references
  • From: John Coelho <email@hidden>
  • Date: Fri, 13 Sep 2002 17:25:58 -0700

On Friday, September 13, 2002, at 02:31 PM, Chris Espinosa wrote:

From: Chris Espinosa <email@hidden>
Date: Fri Sep 13, 2002 2:31:59 PM US/Pacific
To: email@hidden
Subject: Re: Error resolving references

On Friday, September 13, 2002, at 07:26 AM, John Delacour <email@hidden> wrote:

property propList : {record1:{a:1, b:2}}

set theRef to a reference to a of record1 of propList
set contents of theRef to 999

return propList
--> {record1:999}

Whoops! Where is my data!?!


property propList : {record1:{a:1, b:2}}
set varRef to a reference to a of (a reference to record1 of propList)
set contents of varRef to 999
propList
--> {record1:{a:999, b:2}}

I'd have to say it's a bug. Steve's form should work correctly.



F.Y.I., bug#3051279 has been filed on this issue.

Chris Espinosa
Apple
_______________________________________________
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.

References: 
 >Re: Error resolving references (From: Chris Espinosa <email@hidden>)

  • Prev by Date: Re: Sorting? [sorted]
  • Next by Date: Scripting Style (was: Re: Hiding Slaves)
  • Previous by thread: Re: Error resolving references
  • Next by thread: List Mail's mailbox hierarchy w AppleScript?
  • Index(es):
    • Date
    • Thread