Hi!
I want to assign to the "data" variable the content of "test$i_input", where "i" is an index variable, for example i= 0 to 5.
>set i 0
0
>set test\$index_input 33
33
But I have the next error:
>set data $test\$i_input
can't read "test": no such variable
How I can do correctly this assignation?
Thanks!
I want to assign to the "data" variable the content of "test$i_input", where "i" is an index variable, for example i= 0 to 5.
>set i 0
0
>set test\$index_input 33
33
But I have the next error:
>set data $test\$i_input
can't read "test": no such variable
How I can do correctly this assignation?
Thanks!