oh sry,
that's my mistake. I thought it was too high or too low, not higher or lower.
INK RGB(0,255,100),1
PRINT "GUESS THE NUMBER"
newgame:
answer=rnd(9)+1
redo:
Input Guess$
try=try+1
if try=20 then try=0:cls:PRINT "GUESS THE NUMBER"
if val(guess$)=answer then Print "You win!":goto newgame
If val(guess$)>answer then Print "Your number is Lower!":goto redo
If val(guess$)<answer then Print "Your number is Higher!":goto redo
This should work.
Toughest line of code
col$=asc(left(Pcol$)),1+str$(rev)+chr(80)+left(right(mid(name$),1),1)