Re: how to get the name of the current handler
Re: how to get the name of the current handler
- Subject: Re: how to get the name of the current handler
- From: "Nigel Garvey" <email@hidden>
- Date: Mon, 7 Nov 2005 14:17:32 +0000
email@hidden wrote on Sun, 6 Nov 2005 16:37:33 -0500:
>
>on test()
> return (name of me)
>end test
>
>test()
>-- is returning "Script Editor" instead of "test"
>
>How do I get the name of the current handler from inside it
on test()
return "test"
end test
NG
_______________________________________________
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