Re: Handler query - exchanging values
Re: Handler query - exchanging values
- Subject: Re: Handler query - exchanging values
- From: Marc Glasgow <email@hidden>
- Date: Fri, 30 Jun 2006 05:31:53 -0400
global apples, pears
set apples to 3
boo()
hoo() --> error: the variable apples is not defined
on boo()
set apples to 1
end boo
on hoo()
display dialog apples
end hoo
Under OSX 10.4.7 on a Dual-800 G4 I get the expected return of 1.
Is it perhaps unique to Intel macs?
Cheers,
=-= Marc Glasgow
_______________________________________________
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