Reply To: Components for walls from Wall_​​​Zone_​​​Border_​​​Parameters

Home Forums Problems and solutions in GDL Lists and schedules Components for walls from Wall_​Zone_​Border_​Parameters Reply To: Components for walls from Wall_​​Zone_​​Border_​​Parameters

#2748
Dominika Bobály
Keymaster

Your script should work: you have to enable “Interrupt with error messages” function in “Options/Work Environment/Model rebuild options” menu to let Print work.

Your script worked for me in a new label object (the print popup was visible in the settings dialog, and it printed to the report window as well). However, it’s better to inicialize your return variables to avoid GDL warnings (even the dummy ones, I did not do that now):

p_values= ""
n = REQUEST ("ASSOCLP_PARVALUE", "gs_list_manufacturer", _dummy1, _dummy2, _dummy3, _dummy4, _dummy5, p_values)

text2 0, 0, p_values

Use text2 command to output values instead of print, even if only debugging, to make sure.

Dominika Bobály
Product Manager
GRAPHISOFT SE