Re: Variable Ponderance
Re: Variable Ponderance
- Subject: Re: Variable Ponderance
- From: Ben Waldie <email@hidden>
- Date: Thu, 30 Sep 2004 14:05:37 -0400
On Sep 30, 2004, at 1:40 PM, Michelle Steiner wrote:
It is analogous to the difference between set and copy.
set x to {1, 2, 3}
set y to x
set item 2 of y to 9
return x
--> {1, 9, 3}
set x to {1, 2, 3}
copy x to y
set item 2 of y to 9
return x
--> {1, 2, 3}
Yes, I just thought that because I was going into a handler, that this
concept wouldn't apply.
-Ben
Benjamin S. Waldie
President & CEO
Automated Workflows, LLC
610.935.0652
=============================================
AppleScript and Workflow Automation
Consulting - <http://www.automatedworkflows.com>
AppleScript Info - <http://www.applescriptguru.com>
AppleScript Training - <http://www.applescripttraining.com>
=============================================
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden