RETURNKEY

This command will return an integer value of one if the return key is being pressed, otherwise zero is returned.

  Syntax
Return Integer=RETURNKEY()
  Returns

A one if the return key is being pressed, otherwise zero is returned

  Example Code
cls
do
if returnkey()<>0
print "key= "+str$(returnkey())
endif
loop
end
  See also

INPUT Commands Menu
Index