Hi,
A common problem I run into is that I will have an expr object evaluating an expression based on multiple inputs which are generally sent to the expr in no particular order.
I would like to make it so that every time the expr object receives ANY input, it re-evaluates the output. There are several ways I can think of doing this, but I was wondering what is the best/neatest way?
Thanks
Ben