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

Re: [ns] TCL script - Problem with commandline argument



At 07.51 04/09/2001 -0700, you wrote:
>Oops, I think I misintepreted your question...

No, mea culpa, I have not been clear in previous messages

>I wonder if the problem comes from that you have space
>between "NN" and "Mb"

probably

>(assuming there is no error in
>your "GetOpt" procedure).

Already done in the script that comes with NS

>Try
>
>set bandwidth [format "%dMb" $NN ]
>set opt(bw_up)          $bandwidth
>
>and see if that helps
>
>Kun-chan Lan

The solution is ok, thanks a lot

Giuseppe Tringali