Home › Forums › Problems and solutions in GDL › Parameter connections › Newparameter › Reply To: Newparameter
April 7, 2016 at 09:40
#2370
Participant
Thank you very much it works well!
Can you help me script this parameter if I want to use it in an “if”- type control statement?
for i = 1 to 10
if "param"+STR(i,1,0) = 2 then
....
else
endif
next i
I get error massage with and without the quotation marks too. I can’t figure out why
G. Szabadi