snowingnow
Programmer
I ran a proc, and got a message of "...invalid command name "default" errorinf..
there is my part proc:...
...
proc name {args}{
switch -exact -- $mode{
srart{
...
}
run {
...
}
time{
...
}
default
{
error "..."
}
}
}--------- any ideal? Thanks
there is my part proc:...
...
proc name {args}{
switch -exact -- $mode{
srart{
...
}
run {
...
}
time{
...
}
default
{
error "..."
}
}
}--------- any ideal? Thanks