Reply To: Newparameter

#2368
Szabadi Gergely
Participant

Thank you, for your answer

it is working fine (I don’t have so many parameters to reach the limit), but can you tell me any way, except copy the script, to add these parameters one kind of values?

I have:

param1
param2
param3
etc.

and I want to write same values for all of them, but it seems that this is not the best solution:


values{2} "param1" 1, 'opt1', 2, 'opt2 etc...
values{2} "param2" 1, 'opt1', 2, 'opt2 etc...
values{2} "param3" 1, 'opt1', 2, 'opt2 etc...

can I loop this somehow?

G. Szabadi