We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2021-11-17 11:48 PM - edited 2021-11-17 11:57 PM
Hi everyone,
This is not a noob question.
Well I have 2 array parameters that are to be used for a Values{2} function, but Archicad refused to execute it because it have identified the string array parameter as numeric array parameter.
Yes I have checked if it was written correctly, and Yes I have already used VARTYPE function to make sure that that the String array is in fact a string Array.
I need to know who did I break the GDL ? and how to fix it ?
Solved! Go to Solution.
2021-11-18 04:38 PM
To all of you thank you.
I just solved it be eliminated an iteration that somehow, its content or it's location in the Parameter script wasn't of Archicad liking.
2021-11-18 01:05 AM
Couple of suggestions...
Try running a loop to clear / initialise / overwrite all the array values with a string.
Create a new array with a similar name and delete the old one.
2021-11-18 01:06 AM
I will try number 2, number one is already implemented
2021-11-18 10:45 AM
No use, ...
I even tried to use the temporary variable array, and the message still is persistant
2021-11-18 01:21 PM
Last Update:
I created a new empty GSM file with the same parameters, then copy pasted the code from the original file to the new one.
Didn't work, same error message
2021-11-18 04:03 PM
With out the object or code posted it's probably going be impossible for us to help.
2021-11-18 04:15 PM
Could you attach an example?
Structural engineer, developer of free addon for sync GDL param and properties
2021-11-18 04:38 PM
To all of you thank you.
I just solved it be eliminated an iteration that somehow, its content or it's location in the Parameter script wasn't of Archicad liking.