Hi , I have some problem regarding arithmatic expressions. I have prepared a file .tcl and then I include it in main ns simulator file. For example,
set x [expr $a / $b] ie. x = 18 /1000 , it gives me zero value rather than 0.018. Why ? what should I do Please? to get exact 0.018 . Thanks you so much for your kind help. Best Regards, Imran Khan
