Reply To: Newparameter

#2370
Szabadi Gergely
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