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