[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
VS_Inkey()           Replacement for INKEY() - make it into a wait

Description:

  VS_Inkey() is a direct replacement function for Clipper's own INKEY()
  function.  It operates in exactly the same fashion as INKEY() but
  VS_INKEY() is a considered a wait state whereas INKEY() is not.

Syntax:     

  n_Key = VS_Inkey( n_Seconds )

Pass:       

  n_Seconds is a numeric value that represents the number of seconds
  to wait for a keypress.

Return:     

  n_Key is a numeric value that will contain the INKEY() value for
  the key the user pressed.

Notes:      


Example:    


Usage:      

  VS_Inkey() should be used in place of INKEY()!

See Also:
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson