sergelaurent
Technical User
Does anyone out knows how to program an interruption task in tcl/tk?
In fact, I have the following code:
while {$toto==1}
incr i
}
I want to stop the loop by a simple touch on the keyboard. Is this possile?
How can I do this?
Thanks
lolo
In fact, I have the following code:
while {$toto==1}
incr i
}
I want to stop the loop by a simple touch on the keyboard. Is this possile?
How can I do this?
Thanks
lolo