list question
list question
- Subject: list question
- From: dialup <email@hidden>
- Date: Tue, 3 Jun 2003 11:02:25 -0500 (CDT)
Can anyone tell me if I'm thinking wrong with this? If I run this code:
------------
set a to {"a", 1}
set b to a
set a's item 1 to "b"
return b
--> {"b", 1}
------------
but shouldn't b be {"a",1}? I'm running this in AS 1.6 on OS 9.2.2
Thanks.
Jay
_______________________________________________
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.