Hi all,

1. How does one obtain the name (and its location/object) of the 
handler/function that called the current handler/function?

----------------
on cheers
   hello
end cheers

on hello
   put the name of the calling handler -- hypothetical; would have returned 
"cheers"
end hello
----------------


2. How does one obtain the name of the current handler/function that's running?

----------------
on hello
   put the name of this handler -- hypothetical; would have returned "hello"
end hello
----------------


Thanks in advance for any insight.

Lyn




_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to