Viva Clipper !

hb_HKeyAt()

Advertisements

HB_HKEYAT()

Gets a hash table key at a given position

Syntax

      HB_HKEYAT( <hsTable>, <nPosition> ) -> <Key>

Arguments

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

<nPosition> the position of an entry within the hash table that will be returned

Returns

The key at the given position of the hash table; the type will be one: number, date, datetime, string, pointer

Compliance

Harbour

Advertisements

Advertisements