This command will return an integer value of one if the return key is being pressed, otherwise zero is returned.
Return Integer=RETURNKEY()
A one if the return key is being pressed, otherwise zero is returned
cls do if returnkey()<>0 print "key= "+str$(returnkey()) endif loop end
INPUT Commands Menu Index