I am looking for a way to insert 4 statements in a if statement.
I understand how to do it with 2 options:
Code: Select all
If(Label([Type],i)=1,
hr(1),
hr(2))
I made four arrival lists with a trigger on exit: Label([Type], i) := 1
Can someone help me please?