Code:
Code:
COMPARER:
IF OLD>NEW THEN GOTO OTHER TASK
PAUSE 1
OLD=NEW
GOTO COMPARER
If you loop inside the snippet how do you feed the variable "NEW" with the updated value?

Al.