Populate a Text parameter with DIM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-10-04 06:00 PM
‎2018-10-04
06:00 PM
Is it possible to populate a text parameter with values from DIM ...[ ]?
Thanks
ArchiCAD 23
Windows 10
Windows 10
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-10-05 10:21 AM
‎2018-10-05
10:21 AM
Yes, why not. Could you please specify your question?
Jochen Suehlo . AC12-28 . MAC OSX 14.4 . WIN11
GDL object creation: b-prisma.de
GDL object creation: b-prisma.de
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-10-05 03:12 PM
‎2018-10-05
03:12 PM
I'd like to populate it with an autotext array
ArchiCAD 23
Windows 10
Windows 10

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-10-05 09:28 PM
‎2018-10-05
09:28 PM
If you mean ArchiCAD autotext: you cannot do any GDL-operation with autotext. You can only use autotext as variable value, parameter value and e.g. in a TEXT2 command as the text value.
But you can use the autotext values in arrays as well, e.g.
But you can use the autotext values in arrays as well, e.g.
DIM q[] q[1] = "<Landkreis>" TEXT2 0, -3, q[1]Autotext must be in angle brackets and quotation marks if variable.
Jochen Suehlo . AC12-28 . MAC OSX 14.4 . WIN11
GDL object creation: b-prisma.de
GDL object creation: b-prisma.de