[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ns] Re:
Hi tarik,
please add subject to your mail next time...
However I think the error in referencing x ... furthermore your for cycle is
outside your proc so you have to declare
x as global variable..
Why don't you first declare dump and then call it inside for cycle?
Be careful to reference x variable as it as $x, so first you need to change
..
> > set delay(x) [expr 8*[$integ set sum_] / [[$link link] set
with set delay($x).....
and
>> set jitter(x) [expr delay(y) - delay(x)]
with set jitter($x).....
....try it!!
Bye,
@nto