Re: set variables, in mass
Re: set variables, in mass
- Subject: Re: set variables, in mass
- From: Emmanuel <email@hidden>
- Date: Tue, 30 Nov 2004 17:54:52 +0100
At 10:15 AM -0600 30/11/04, Adam K. Wuellner wrote:
a = 0 is an equality test in AppleScript, and the only assignment
functions are 'set' and 'copy', as in
set a to 0 -- a now has 0
copy a to b -- b now has 0
(since you explicitly asked for corrections :-)
You can also do:
a returning b -- b now has 0
Emmanuel
_______________________________________________
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