We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2016-04-05 11:21 AM
2016-04-05 12:21 PM
values{2} "A1" '1', 'opt1', '2', 'opt2'or this:
values{2} "A1" 1, opt1, 2, opt2In this second case, opt1 and opt2 should be number type parameters.
2016-04-05 01:12 PM
for i=1 to number_of_A's values{2} "A+number_of_A's" 1, 'opt1', 2, 'opt2', 3, 'opt3', etc next i
2016-04-05 02:12 PM
2016-04-07 12:01 PM