Home › Forums › Problems and solutions in GDL › Parameter connections › Newparameter › Reply To: Newparameter
April 6, 2016 at 13:35
#2368
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