Re: handler failure
Re: handler failure
- Subject: Re: handler failure
- From: Andy Wylie <email@hidden>
- Date: Thu, 14 Nov 2002 07:05:25 +1300
on Wed, 13 Nov 2002 13:35:46 +0000 has wrote:
>
script a
>
property _val : 1
>
>
on foo()
>
return _val
>
end foo
>
end script
>
>
script b
>
property bar : missing value
>
end script
>
>
a's foo()
>
--> 1
>
>
set b's bar to a's foo
>
b's bar
>
--> <<handler foo>> --!!!!!
shouldn't that be...
set b's bar to (a's foo())
--> 1
_____________________________ Andy
_______________________________________________
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.