Learn to manage BIM workflows and create professional Archicad templates with the BIM Manager Program.

Libraries & objects
About Archicad and BIMcloud libraries, their management and migration, objects and other library parts, etc.

GDL Array Syntax - Feature Request

Anonymous
Not applicable
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?
0 REPLIES 0