We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2022-06-22 09:56 AM
Hey all,
I am working on an dresser object that has several drawer types. Those drawers are part of an array parameter that is appended dynamically from the user's choices and they have a specific code that I would like to be extracted for scheduling. I read it's not possible to schedule arrays, however I would like to know if there is a way to get this data out from all dresser instances ?
I know it can be done with the GDL TEXT I/O ADD-ON but this is only on an object by object basis right ?
Can the Properties script be used for that ?
Solved! Go to Solution.
2022-06-22 12:33 PM
GDL Text Addon can export script calculated values in a text file on your hard drive, but it cannot add this to an intercative schedule.
Properties Script works (as far as I know) only together with the very old schedules and not with the newer Interactive Schedules.
If the Array Dimensions are not too big, you can save the array values in single parameters, which can be listed in Interactive Schedules.
2022-06-22 12:33 PM
GDL Text Addon can export script calculated values in a text file on your hard drive, but it cannot add this to an intercative schedule.
Properties Script works (as far as I know) only together with the very old schedules and not with the newer Interactive Schedules.
If the Array Dimensions are not too big, you can save the array values in single parameters, which can be listed in Interactive Schedules.
2022-06-22 01:30 PM
Hi Joachim,
So the solution could be to create a string parameter where I would append the array values to ? 🤔 I didn't think about it but that looks like it could work. Probably not super pretty in a schedule but at least, I would be able to extract my data easily. I'll try that, thanks 👍
2022-06-22 01:33 PM
You can try to solve this problem by using add-on "SomeStuff", that can write values of GDL object parameters to object custom properties: https://github.com/kuvbur/AddOn_SomeStuff
2022-06-22 02:03 PM
Thanks @albedorus , I'll have a look
2022-06-22 04:07 PM
Do you know, if this is only availabe in russian, or in english too?
2022-06-22 04:21 PM
Just replying to myself to say it worked : I concatenated the array values in a string parameter which makes the info easily schedulable. It doesn't look proper in the schedule but at the very least, they data is out.
2022-06-22 04:44 PM
hmm.. you can ask the community or the developer himself in the telegram channel (https://t.me/archicad_excel) to translate the menu items or the manual. There is also a video using add-on (https://youtu.be/msOBRXge0ec), where you can turn on subtitles.