I want to make program like this:
- x is numeric control. Each time when you enter new value for x, the program will do new task .
how to make program know that x value is changed when you enter new value?
I tried to make it in array, i can see it changed, but only in short time, and the program did not know that the value was changed.