Thread: conn1
proc test { args } {
keylget args MODE mode
set dispList {}
global HciSite HciConnName
puts “HciConnName: $HciConnName”
}
When this proc is called as a Post Proc, HciConnName is set to “p1_xlate” instead of “conn1”. Is this a bug or by design? If by design, is it possible to get the name of the thread dynamically in a Post Proc?
-- Max Drown (Infor)