Viva Clipper !

hb_HPairAt()

Advertisements

HB_HPAIRAT()

Returns a two-dimensional array of a hash table entry key/value pair

Syntax

      HB_HPAIRAT( <hsTable>, <nPosition> ) -> <aKeyValue>

Arguments

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

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

Returns

A two-dimensional array of the key/value pair entry of the hash table

Compliance

Harbour

Advertisements

Advertisements