Well i will get it right
and one day i'll laugh about it
try no 2
function inpu()
if opp= 1 then rep=table+num1
if opp= 2 then rep=table-num1
if opp= 3 then rep=table*num1
r=str$(rep)
repeat
T$=Inkey$()
wait 50
if T$ < chr$(48) or T$ > chr$(57) then T$=""
if len(r)>1
answer=answer+T$
else
answer=T$
endif
if len(answer)>2 then answer=left$(answer,2)
set text size 92
text (tx-20),(ty-60), answer
set text size 32
if keystate(16)=1:quiter()
endif
if keystate(50)=1
clear entry buffer
T$=""
answer=""
menu()
prob()
endif
until len(answer)=len(r)
endfunction
/code button /code button to close
is this the + Code snippet
JaNiM