2025-07-09 06:33 AM
Hello everyone,
I’m currently using Archicad 27 build 6060 INT and have encountered an issue related to the GDL editor.
When I update the code in the Parameters scripts, the values of the variables no longer display correctly. However, after saving, everything still works fine in the floor plan — the issue only appears within the GDL editor.
I’ve attached the file below and would appreciate any help or solution to fix this. Thank you very much.
Solved! Go to Solution.
2025-07-10 08:44 PM
Why do you set the Parameters A, B, zzyzx, although you do not use them in the scripts?
If I change the Value A from 0.001 to 0.002, everything works fine for me.
If you use A, B, zzyzx in one of the Scripts you should change your Master -Script like this:
A = 0.001 : B = 0.001 : ZZYZX = 0
2025-07-10 08:44 PM
Why do you set the Parameters A, B, zzyzx, although you do not use them in the scripts?
If I change the Value A from 0.001 to 0.002, everything works fine for me.
If you use A, B, zzyzx in one of the Scripts you should change your Master -Script like this:
A = 0.001 : B = 0.001 : ZZYZX = 0
2025-07-11 04:40 AM
Setting the parameters A, B, and ZZYZX is a standard practice in our company, which has been in use since Archicad 21. We're not sure why this issue has suddenly occurred in Archicad 27.
After applying your suggested modification, everything is now working properly again. Thank you very much for your helpful solution.