Getting the FQN of a caller command
Posted to
tcl
by kostix at Fri Dec 01 19:20:29 GMT 2006
view raw
proc
get_caller {{level 1}} {
if
{[
info
level] < 3} {
return
{}
}
else
{
incr
level
uplevel
$level
{
namespace
which -command [
lindex
[
info
level 0] 0]}
}
}
Recent Posts
junk by bcharder
20 days ago
tcl by egavilan
29 days ago
tcl by Stu
31 days ago
tcl by Stu
31 days ago
tcl by oldlaptop
64 days ago
tcl by oldlaptop
64 days ago
tcl by Molnija Bjornsson
70 days ago
tcl by Molnija Bjornsson
70 days ago
tcl by zmoment
70 days ago
tcl by zmoment
70 days ago
Submit
New paste
Documentation
From Jabber