HB_HSETCASEMATCH()

HB_HSETCASEMATCH()

Sets the ‘case match’ flag for the hash table

Syntax

      HB_HSETCASEMATCH( <hsTable>, [<lFlag>] ) -> <hsTable>

Arguments

<hsTable> a hash table, created by HB_HASH()

<lFlag> a logical value indicating to turn on or off the ‘case match’ flag of the hash table

Returns

The hash table

Description

This function is equivalent to HB_HCASEMATCH() but it returns the passed hash table rather than the old flag value

Examples

      LOCAL hsTable
      // turn 'case match' on for a new hash table
      hsTable := hb_HSetCaseMatch( { "one" => 1, "two" => 2 }, .T. )

Compliance

Harbour

Seealso

HB_HCASEMATCH(), HB_HSETAUTOADD(), HB_HSETBINARY

2 responses to “HB_HSETCASEMATCH()

  1. Pingback: Harbour Hash Functions | Viva Clipper !

  2. Pingback: Harbour All Functions – H | 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.