It would be great if Arrays could be defined in a similar way to most other scripting languages:
dim array_with_one_dim[] = [ 1, 2, 3, 4, 5, 6]
dim array_with_two_dim[][] = [ [1, "Beam", 2000, "True"], [1, "Post", 3000, "False"]]
And Values{2} tuples defined as:
dim tuple_values[][] = [[1, "Existing"], ["2, New"], [8, "Demolish"] ]
For use with:
values{2} "default_bay_status" tuple_values
This would make writing & debugging GDL a lot faster and more enjoyable! Any chance of adding it to ArchiCAD 21 or 22?