Hi, I have read that using == to compare numbers rather than eq is more efficient and uses less CPU cycles and the same that eq should be used to compare text rather than ==. I have seen in an example code from a coder to overcome this issue, rather than use == to compare the numbers, the coder...