Viva Clipper !

hb_HDelAt()

Advertisements

HB_HDELAT()

Removes an entry from a hash table based on its index position

Syntax

      HB_HDELAT( <hsTable>, <nPosition> ) -> <hsTable>

Arguments

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

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

Returns

The hash table

Compliance

Harbour

Advertisements

Advertisements