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

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.

  • Prev by Date: RE: TIDs default in AS is {""}
  • Next by Date: Re: Entourage: Kill that Daemon! (Shell)
  • Previous by thread: Re: handler failure
  • Next by thread: scripting Bluetooth/Address Book
  • Index(es):
    • Date
    • Thread