After I overload "switch" command, how can I get back the original "switch" function back?
- From: "pheobe" <pheobe.du@xxxxxxxxx>
- Date: 25 Sep 2006 20:33:10 -0700
hi, guy:
I am planning to overlad "switch" command in my application, and use
it do something, yet after that, how can I get back the original
function of "switch" ? I don't want to use the overlad "switch" all
through my appliction. Any body can help me?
Thanks a lot.
proc switch args {
..........................
}
.
- Follow-Ups:
- Re: After I overload "switch" command, how can I get back the original "switch" function back?
- From: Don Porter
- Re: After I overload "switch" command, how can I get back the original "switch" function back?
- From: Donal K. Fellows
- Re: After I overload "switch" command, how can I get back the original "switch" function back?
- From: bs
- Re: After I overload "switch" command, how can I get back the original "switch" function back?
- From: Gerald W. Lester
- Re: After I overload "switch" command, how can I get back the original "switch" function back?
- Prev by Date: Re: is tcl/tk dying out?!
- Next by Date: Re: is tcl/tk dying out?!
- Previous by thread: Need Help in Loop Foreach
- Next by thread: Re: After I overload "switch" command, how can I get back the original "switch" function back?
- Index(es):
Relevant Pages
|