baitazeare
Technical User
Hello,
I'm new with tcl programming language, and I need your help:
I want to create an array with some conditions. I have a variable len that says me how long the arry must be, and on the other hand, I have in another variable bete the number that I must have in all positions in the array. For example:
%set len 5
%set bete 123
So this is what i want to achieve in an array:
array = 123 123 123 123 123
I don't know if it is clear...
Thanks in advance
looking forward to your help
I'm new with tcl programming language, and I need your help:
I want to create an array with some conditions. I have a variable len that says me how long the arry must be, and on the other hand, I have in another variable bete the number that I must have in all positions in the array. For example:
%set len 5
%set bete 123
So this is what i want to achieve in an array:
array = 123 123 123 123 123
I don't know if it is clear...
Thanks in advance
looking forward to your help