Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Harbour Version 0.37 (c) reference Guid - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

SETTYPEAHEAD()

Sets the typeahead buffer to given size.
---------------------------------------------------------------------------------

 Syntax

        SETTYPEAHEAD( <nSize> ) --> <nPreviousSize>  

 Arguments

        <nSize>   is a valid typeahead size.    

 Returns

        <nPreviousSize>   The previous state of _SET_TYPEAHEAD    

 Description

      This function sets the typeahead buffer to a valid given size as is
      Set( _SET_TYPEAHEAD ) where used.

 Examples

      // Sets typeahead to 12
      SetTypeahead( 12 )
  

Status

      Ready

 Compliance

      SETTYPEAHEAD() is fully CA-Clipper compliant.

 Files

      Library is rtl




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