I am trying to execute a command after a specific time period using the "after" command.
I say : after $delay [list command].
I give this inside a tcl procedure. When I call the procedure the line that has the after command is not executed. However if I just give:
after $delay
the delay is incorporated.
Please let me know the reason for this or if there is any other alternative for this.
Thanks,
Harish.
I say : after $delay [list command].
I give this inside a tcl procedure. When I call the procedure the line that has the after command is not executed. However if I just give:
after $delay
the delay is incorporated.
Please let me know the reason for this or if there is any other alternative for this.
Thanks,
Harish.