Viva Clipper !

hb_HGet()

Advertisements

HB_HGET()

Returns a hash value

Syntax

      HB_HGET( <hsTable>, <Key> ) -> <Value>

Arguments

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

<Key> key to be retrieve from the hash table; can be of type: number, date, datetime, string, pointer

Returns

Either the value within the hash table for the given key.

An array access error occurs of the key is not found

Compliance

Harbour

Advertisements

Advertisements