Re: Error resolving references
Re: Error resolving references
- Subject: Re: Error resolving references
- From: "Arthur J. Knapp" <email@hidden>
- Date: Fri, 13 Sep 2002 11:06:43 -0400
>
Date: Fri, 13 Sep 2002 14:35:29 +1000
>
Subject: Error resolving references
>
From: Steven Angier <email@hidden>
>
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!?!
Now that is interesting. If you ask for the contents:
contents of theRef
you get back the correct data, so this is strictly a setting
problem, and not a getting one.
{ Arthur J. Knapp, of <
http://www.STELLARViSIONs.com>
a r t h u r @ s t e l l a r v i s i o n s . c o m
}
_______________________________________________
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.