Re: list question
Re: list question
- Subject: Re: list question
- From: Michelle Steiner <email@hidden>
- Date: Wed, 4 Jun 2003 07:04:24 -0700
On Wednesday, June 4, 2003, at 03:08 AM, Chris Page wrote:
OK, I see it now. the variable (what it is a reference to) can be
changed, but the item being referenced can't, unless it is mutable.
And I would say it this way: The variable can be bound to a different
object, but the object it is bound to can't be altered unless it is
mutable.
*nod*
So, when the script says set a to a & "A", the result is that a
references a different object than before, right?
--Michelle
--
"There's some good in the world, Mr. Frodo, and it's worth fighting
for."
_______________________________________________
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.