I have two text boxes with the pressure in one and wind speed in the other. These values are related to each other and I want to be able to change either and have the correct value calculated for the other. However when I change one, calculate the change for the other, and place it in the .text property, it causes a .text change in the first box which causes a back and forth continous changing.
How can I change one box and make the other one calculate the correct number without changing the origional and causing a loop?
How can I change one box and make the other one calculate the correct number without changing the origional and causing a loop?