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