Dear FlexCoders, For brevity, I would give an example of what I want to achieve.
I have three textinput, namely t1, t2 and t3.
t3 is the sum of t1 and t2.
I have declared three number variables that are bound to the text input.
Is it possible that instead of coding for a change event in each textinput, i
would simply declare a function that would automatically calculate the values
bound to the textinput through the variables?
Appreciate your inputs. Thanks.

