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: Michelle Steiner <email@hidden>
- Date: Mon, 7 Nov 2005 09:54:19 -0700
On Nov 7, 2005, at 9:17 AM, email@hidden wrote:
I very much appreciate your feedback. I am specifically looking for
the Handler name and not other information.
The reason for needing this is for debugging purposes to identify
the offending handler.
As Nigel suggested, hard code the handler's name within the handler
itself.
on test ()
try
-- do stuff
on error
return "test"
end try
end test
--
The reason that so few people think outside the box is that all the
pay and benefits are inside the box.
_______________________________________________
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