==RUNNING THEV360CHK.EXE== Analyzing code... Found 3 errors in 1 line. Suggestions: You can't use IF X==1 TO 9. You have to use IF X>=1 AND X<=9. Also, the number is too specific. Also, you can't use X=0. You use X==0.