Code: Select all
proc scheck1 {n uh h chan} {
timer 5 "scheck2 $n $uh"
}
Code: Select all
proc scheck2 {n2 uh2} {
Can someone point me in a direction to fix this?
Thanks,
Tipi
Code: Select all
proc scheck1 {n uh h chan} {
timer 5 "scheck2 $n $uh"
}
Code: Select all
proc scheck2 {n2 uh2} {
Code: Select all
timer 5 [list scheck2 $n $uh]