> Hello NS users ! > > How do you update during the simulation a variable that has been > already bind from the TCL code ? I have tried this method: > set var1 10 > ... > ... > ns at 50 "set var1 20" > > but once var1 is binded to C++ code the simulation still uses var1=10. > thanx