Learn to manage BIM workflows and create professional Archicad templates with the BIM Manager Program.
2017-01-03 12:50 PM
UI_BUTTON GOSUB "my_function", text, x, y [, width, height, id]But the documentation here doesn't say its possible:
2017-01-19 12:16 AM
Michael wrote:
This should do it.Code:
n = APPLICATION_QUERY ("PARAMETER_SCRIPT", "FIRSTOCCASION_IN_PROGRESS", isFirstRun)
IF isFirstRun THEN
A=A+1
ELSE
A=A
ENDIF