Re: handler failure
Re: handler failure
- Subject: Re: handler failure
- From: Gary <email@hidden>
- Date: Tue, 12 Nov 2002 11:27:06 -0500
Paul Skinner <email@hidden> said, on 11/12/02 11:11 AM:
>
repeat 2 times
>
doSomethingCool()
>
end
>
--> one good loop then... +script; doesn't understand the
>
doSomethingCool message.
>
>
on doSomethingCool()
>
set doSomethingCool to "@*%^!!!"
>
end
Same error for me.
I try this and it works fine.
--
set withthis to ""
repeat 2 times
set myclip to doSomethingCool(withthis)
end repeat
on doSomethingCool(withthis)
set withthis to "@*%^!!!"
return withthis
end doSomethingCool
--
Gary
_______________________________________________
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.