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