SetTypeahead()

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 )

Compliance

Clipper

Files

Library is core

Seealso

__Accept(), __Input()

3 responses to “SetTypeahead()

  1. Pingback: Harbour All Functions – S | Viva Clipper !

  2. Pingback: Harbour Set Functions | Viva Clipper !

  3. Pingback: Harbour RG Summary | Viva Clipper !

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.