Hi, I'm kind of new to TCL and i have a question (I tried searching and nothing came up on the first few pages... sorry, I didn't want to read through 40 pages of threads). proc timer {min args} { if {[scan $min %d] % 1 == 0} { thr } } I want to change the timer so it goes every 30 seconds and not e...