Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CC.LIB - ClipCode CLIPPER S'87 Library - <b>delay() wait <n> seconds or until a key is pressed (but save keystroke)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 DELAY()     Wait <n> seconds or until a key is pressed (but save keystroke)

 Syntax....: DELAY( secs )
 Parameters: <expN>: secs = seconds to wait

 Returns...: <expN>: the NEXTKEY() value
 Cautions..: may return early if midnight is crossed
 CC Calls..: none
 Alias.....: none

 Example...: nextkey= DELAY( 10 )

 Comment...: does not remove the next keystroke from the keyboard buffer
             like INKEY()!


See Also:

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson