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