In my task to customized the interface of my model, I would like to change a "record" according to a choice come from another part of the model. For that I need to know the syntax of "if" with a "record":
The idea is to do that, but the syntax is not right:
CODE
if Mygeometry == 1 then
redeclare record Geometry = MonModel.Geometry1
end if
Somebody can help me?
Thank you in advance.
Bye
