• 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: Variable Ponderance
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Variable Ponderance (From: Ben Waldie <email@hidden>)
 >Re: Variable Ponderance (From: Michelle Steiner <email@hidden>)

  • Prev by Date: Re: Variable Ponderance
  • Next by Date: Problem setting Mail's message viewer's selected messages (Timing issue?)
  • Previous by thread: Re: Variable Ponderance
  • Next by thread: Re: Variable Ponderance
  • Index(es):
    • Date
    • Thread