Quote Originally Posted by sayzer View Post
Code:
</font>Loop:

    <font color="#000080"><b>IF </b></font>A = B = C = D = <font color="#FF0000">100 </font><font color="#000080"><b>THEN </b></font>Loop
    
<font color="#000080"><b>GOTO </b></font>Loop
Try using the AND...
if a=b and b=c and c=d and d=100 then loop

... but of course, there are more efficient ways to do it...