[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ns] About function run



Hi
Can anybody help me for the following problem -
Suppose finish is a function of tcl program


proc finish {} {

        puts "running ns..."
} 


if I simple call finish function within my tcl program then it runs
fine. But If I want to run it at a certain moment (By the following
command

	$ns at 3.0 "finish"

)

then it does not run(it does not terminate). My machine is silicon
graphics.

Thank you

-Arif