IF (text$ <> "y" AND text$ <> "Y") AND (text$ <> "n" AND text$ <> "N") THEN linenumber = 20
I realize now I didn't read the part about GOTO. I would have added GOTO 20 instead of linenumber = 20. Apologies! I was just converting the first portion of the statement haha!