08-08-2011 12:49 PM
Hi everbody,
i'm trying to run the little script bellow via cut&paste....
However, the next command "tclquit" after calling the proc isn't running! Nor any other command...
Is there a trick to terminate such cut&paste proc's?
( in my case i need to work with cut&paste and proc's)
Thanks
tclsh
!
proc foo {} {
puts "hello"
return -code ok
}
!
catch {foo} result
tclquit
Solved! Go to Solution.
08-08-2011 07:34 PM
I believe what you're seeing is related to CSCsy69914, and an upgrade to 12.2(55)SE3 will correct it.
08-08-2011 12:57 PM
Shouldn't add that i'm trying 122-53.SE1. But i thing it's release independant....
08-08-2011 07:34 PM
I believe what you're seeing is related to CSCsy69914, and an upgrade to 12.2(55)SE3 will correct it.
08-09-2011 12:20 AM
Your are right!
I've tested the script on a 6500 box running 122-33.SXI5 with no problem!
Many thanks
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide