We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2021-04-14 08:26 PM - last edited on 2021-09-14 09:17 AM by Noemi Balogh
Solved! Go to Solution.
2021-04-14 11:56 PM
2021-04-14 11:56 PM
2021-04-15 07:39 PM
Joachim wrote:
If you overwrite the value of a parameter variable in the master script, this new value is valid in all scripts, but the parameter itself is not overwritten. In the interactive schedule, therefore, the set parameter value is always output, since the Schedule only reads out the parameter and not the script.
To overwrite the parameter itself, use the PARAMETERS command.
e.g.
TEST_PARAM = 2
PARAMETERS TEST_PARAM = TEST_PARAM