Multiple output expression node ... bug?
Posted: Thu Aug 23, 2018 10:17 pm
Hi,
I'm trying to use an Expression node to write some simple code. I want to have multiple outputs but I can't seem to figure out how to get it to work.
I see there is a list of 'Inputs' in the property window. I can add multiple inputs however if I add one and change the Qualifier to Out, it doesn't quite behave as I'd expect. .. In fact, I can't seem to figure out how to get mutiple outputs to work at all.
Are multiple outputs via an expression node doable?
Right now I'm just doing return <code> at the end, and it does work for the 1 output I have. I'd like to just say MyOutput1 = <code> ... and MyOutput2 = <code>
Thanks
Seth
I'm trying to use an Expression node to write some simple code. I want to have multiple outputs but I can't seem to figure out how to get it to work.
I see there is a list of 'Inputs' in the property window. I can add multiple inputs however if I add one and change the Qualifier to Out, it doesn't quite behave as I'd expect. .. In fact, I can't seem to figure out how to get mutiple outputs to work at all.
Are multiple outputs via an expression node doable?
Right now I'm just doing return <code> at the end, and it does work for the 1 output I have. I'd like to just say MyOutput1 = <code> ... and MyOutput2 = <code>
Thanks
Seth