Advertisements
HB_HFILL()
Fills a hash table with a value
Syntax
HB_HFILL( <hsTable>, <Value> ) -> <hsTable>
Arguments
<hsTable> a hash table, created by HB_HASH()
<Value> fill value; can be of type: block, string, numeric, date/datetime, logical, nil, pointer, array, hash table
Returns
The hash table
Compliance
Harbour
Advertisements