Hi.
Question concerning formula node:
I need to perform the following pseudo code, but I did not quite understand the formula node syntax. I have two inputs, finish and tab, with output n_tab.
if (finish=1 and tab=1)
n_tab=4;
elsif(finish=1 and tab=4)
n_tab=14;
elsif(finish=1 and tab=14)
n_tab=15;
elsif(finish=1 and tab=15)
n_tab=19;