I have define the parameters in testbed file and I'm using the parameter in the script [param var1].
Is there any way to dynamically change the value to this parameter after performing some operation in the script?
For example like this,
eval set a [param var1]
[expr $a+1] to be assigned back to var1?
and the next script i will use this var1.