Advertisement

Basic solution

Started by February 23, 2000 07:22 PM
-1 comments, last by Abort Fail Retry 24 years, 6 months ago
The easiest way I can think of would be to have another variable which is initilised with the origonal value of the other variable and compare their values periodically. eg. if (num1 != num2) { /* do whatever }

This topic is closed to new replies.

Advertisement