Can I find out what handler I am in?

Tom Glod tom at makeshyft.com
Fri Oct 25 13:32:22 EDT 2019


Phil.....NICE! ...everything seems like a no brainer.... in hindsight.

On Fri, Oct 25, 2019 at 1:29 PM Phil Davis via use-livecode <
use-livecode at lists.runrev.com> wrote:

> Tom, param(0) contains the name of the handler you're in.
>
> on mouseUp
>     put param(0)
> end mouseUp
>
> Would put into the message box:
>      mouseUp
>
>
> Phil Davis
>
>
> On 10/25/19 10:00 AM, Tom Glod via use-livecode wrote:
> > Hey you guys, I have searched high and low and I am pretty sure the
> answer
> > is no , but I wanted to make sure before I did a feature request and a
> > workaround.
> >
> > But is there a function that I can call inside a handler that will tell
> me
> > the name of the handler?
> >
> > Just like the params() tells me the parameters of the current handler?
> >
>
> --
> Phil Davis
> 503-307-4363
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>


-- 
Tom Glod
Founder & Developer
MakeShyft R.D.A (www.makeshyft.com)
Office:226-706-9339
Mobile:226-706-9793



More information about the use-livecode mailing list