Viva Clipper !

hb_HSet()

Advertisements

HB_HSET()

Sets a hash value

Syntax

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

Arguments

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

<Key> the key of the entry to be set; can be of type: number, date, datetime, string, pointer

<Value> the entry value

Returns

The hash table

Compliance

Harbour

Advertisements

Advertisements