Hello,
Need a litle help with a problem.
It is posible to automatically change the value of variables? For example: If i have 2 variables: "a" and "b", and let's say initially "a"= 3 and "b"= "a"+5;
If i change "a" = 7, how can i do that "b" automatically change its value according with "a"???